Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Docker images usability #249

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Improve Docker images usability #249

merged 4 commits into from
Mar 14, 2024

Commits on Mar 10, 2024

  1. Address import error encountered in annotation.ipynb

    When trying to run `sc.pp.highly_variable_genes()` in
    docs/tutorials/annotation.ipynb the following ImportError is encountered:
    
    ImportError: Please install skmisc package via `pip install --user scikit-misc
    
    Looking at the pyproject.toml for the `scanpy` project it looks like
    the `scikit-misc` package can be co-installed by specifying
    `scanpy[skmisc]` (see:
    https://github.com/scverse/scanpy/blob/a956fa781a8406fc5030093356c0372456d9184b/pyproject.toml#L142)
    njmei committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c0dfde3 View commit details
    Browse the repository at this point in the history
  2. Make recommend-interactive docker image even more user friendly

    User friendliness improvements:
    - Added short guide on how to make use of Nvidia GPU with Docker image
    - Updated recommend-interactive image and example command so that
      downloaded datasets can be shared with local machine (and vice versa)
    
    - This commit also bumps the default `SnapATAC2` version that will
      be built when following the README to v2.6.0.
    njmei committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    80a0429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e01fba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b099db View commit details
    Browse the repository at this point in the history