recipe scanpy-scripts

Scripts for using scanpy from the command line

Homepage:

https://github.com/ebi-gene-expression-group/scanpy-scripts

License:

Apache / Apache-2.0

Recipe:

/scanpy-scripts/meta.yaml

package scanpy-scripts

(downloads) docker_scanpy-scripts

versions:
1.9.301-01.9.0-01.1.6-01.1.5-11.1.5-01.1.3-01.1.2-11.1.2-01.1.1-1

1.9.301-01.9.0-01.1.6-01.1.5-11.1.5-01.1.3-01.1.2-11.1.2-01.1.1-11.1.1-01.1.0-11.1.0-01.0.1-11.0.1-01.0.0-11.0.0-00.4.1-00.4.0-00.3.3-30.3.3-20.3.3-10.3.3-00.3.2-00.3.1-10.3.1-00.3.0-00.2.13-00.2.12-00.2.11-00.2.10-10.2.10-00.2.9-00.2.8-00.2.7-00.2.6-00.2.5.post1-00.2.5-00.2.4.post4-30.2.4.post4-20.2.4.post4-10.2.4.post4-00.2.4.post3-00.2.4.post1-00.2.4-00.2.2-00.0.5-50.0.5-40.0.5-30.0.5-20.0.5-10.0.5-00.0.4-20.0.4-10.0.3-10.0.2-0

depends bats:

depends bbknn:

>=1.5.0,<1.6.0

depends black:

depends click:

<8

depends fa2:

depends flit-core:

depends harmonypy:

>=0.0.5

depends igraph:

depends leidenalg:

depends loompy:

depends louvain:

depends mnnpy:

>=0.1.9.5

depends packaging:

depends pytest:

depends python:

<3.10

depends pytoml:

depends scanpy:

1.9.3.*

depends scikit-learn:

<1.3.0

depends scipy:

<1.9.0

depends scrublet:

depends setuptools_scm:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install scanpy-scripts

and update with::

   mamba update scanpy-scripts

To create a new environment, run:

mamba create --name myenvname scanpy-scripts

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/scanpy-scripts:<tag>

(see `scanpy-scripts/tags`_ for valid values for ``<tag>``)

Download stats