recipe instrain

Calculation of strain-level metrics

Homepage:

https://github.com/MrOlm/inStrain

License:

MIT / MIT

Recipe:

/instrain/meta.yaml

package instrain

(downloads) docker_instrain

versions:
1.8.0-01.7.6-01.7.5-01.7.1-11.7.1-01.7.0-01.6.4-01.6.3-01.6.2-0

1.8.0-01.7.6-01.7.5-01.7.1-11.7.1-01.7.0-01.6.4-01.6.3-01.6.2-01.6.1-01.6.0-01.5.7-01.5.5-01.5.4-01.5.3-01.5.2-01.5.1-01.4.0-01.3.11-01.3.9-01.3.8-01.3.7-01.3.6-01.3.5-01.3.4-01.3.1-11.3.1-01.2.14-01.2.13-01.2.12-01.2.10-01.2.9-01.2.8-01.2.7-01.2.4-01.2.3-01.2.2-0

depends biopython:

<=1.74

depends h5py:

depends lmfit:

depends matplotlib-base:

depends networkx:

depends numpy:

depends pandas:

>=0.25,!=1.1.3

depends psutil:

depends pysam:

>=0.15

depends pytest:

depends python:

>=3.4

depends seaborn:

depends tqdm:

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 instrain

and update with::

   mamba update instrain

To create a new environment, run:

mamba create --name myenvname instrain

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

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

Download stats