recipe stream

STREAM-Single-cell Trajectories Reconstruction, Exploration And Mapping

Homepage:

https://github.com/pinellolab/STREAM

License:

AGPL-3

Recipe:

/stream/meta.yaml

package stream

(downloads) docker_stream

versions:
1.1-01.0-00.4.1-00.4.0-00.3.9-30.3.9-20.3.9-10.3.9-00.3.8-0

1.1-01.0-00.4.1-00.4.0-00.3.9-30.3.9-20.3.9-10.3.9-00.3.8-00.3.7-10.3.7-00.3.6-10.3.5-00.3.4-00.3.3-00.3.2-20.3.2-10.3.2-00.3.1-20.3.1-10.3.1-00.3.0-00.2.6-00.2.5-00.2.4-00.2.3-00.2.2-00.2.1-00.2.0-0

depends anndata:

depends gunicorn:

depends matplotlib-base:

>=3.2

depends networkx:

2.1.*

depends numpy:

depends plotly:

depends python:

>=3

depends python-slugify:

depends r-base:

3.6.*

depends r-devtools:

depends r-distutils:

depends r-elpigraph.r:

depends r-essentials:

depends r-igraph:

depends r-kernsmooth:

depends r-rcpp:

depends r-rcpparmadillo:

depends r-vgam:

depends r-xml:

depends rpy2:

2.9.*

depends scikit-learn:

>=0.23

depends scipy:

depends seaborn:

depends shapely:

depends statsmodels:

depends umap-learn:

depends unzip:

depends zip:

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 stream

and update with::

   mamba update stream

To create a new environment, run:

mamba create --name myenvname stream

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/stream:<tag>

(see `stream/tags`_ for valid values for ``<tag>``)

Download stats