recipe bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis

Homepage:

https://github.com/bcbio/bcbio-nextgen

License:

MIT

Recipe:

/bcbio-nextgen/meta.yaml

Links:

biotools: bcbio-nextgen

package bcbio-nextgen

(downloads) docker_bcbio-nextgen

versions:
1.2.9-31.2.9-21.2.9-11.2.9-01.2.8-01.2.7-01.2.6-01.2.5-01.2.4-0

1.2.9-31.2.9-21.2.9-11.2.9-01.2.8-01.2.7-01.2.6-01.2.5-01.2.4-01.2.3-11.2.3-01.2.2-01.2.1-01.2.0-01.1.9-01.1.8-01.1.7-01.1.6-01.1.6a-11.1.6a-01.1.5-01.1.5a-11.1.5a-01.1.4-01.1.4a-31.1.4a-21.1.4a-11.1.4a-01.1.3-01.1.3a-41.1.3a-31.1.3a-21.1.3a-11.1.3a-01.1.2-01.1.2a-31.1.2a-21.1.2a-11.1.2a-01.1.1-01.1.1a-121.1.1a-111.1.1a-101.1.1a-91.1.1a-81.1.1a-71.1.1a-61.1.1a-51.1.1a-41.1.1a-31.1.1a-21.1.1a-11.1.1a-01.1.0-01.1.0a-111.1.0a-81.1.0a-71.1.0a-61.1.0a-51.1.0a-41.1.0a-31.1.0a-21.1.0a-11.1.0a-01.0.9-01.0.9a-91.0.9a-81.0.9a-71.0.9a-61.0.9a-51.0.9a-41.0.9a-31.0.9a-21.0.9a-11.0.9a-01.0.8-01.0.8a-51.0.8a-41.0.8a-31.0.8a-21.0.8a-11.0.8a-01.0.7-11.0.7-01.0.7a0-71.0.7a0-61.0.7a0-51.0.7a0-41.0.7a0-31.0.7a0-21.0.7a0-11.0.7a0-01.0.6-01.0.6a0-61.0.6a0-51.0.6a0-41.0.6a0-31.0.6a0-21.0.6a0-11.0.6a0-01.0.5-01.0.5a-61.0.5a-51.0.5a-41.0.5a-31.0.5a-21.0.5a-11.0.5a-01.0.4-01.0.4a0-31.0.4a0-21.0.4a0-11.0.4a0-01.0.3-01.0.3a-101.0.3a-91.0.3a-81.0.3a-71.0.3a-61.0.3a-51.0.3a-41.0.3a-31.0.3a-21.0.3a-11.0.3a-01.0.2-01.0.2a-11.0.2a-01.0.1-11.0.1-01.0.1a0-41.0.1a0-31.0.1a0-21.0.1a0-11.0.1a0-01.0.0-01.0.0a0-81.0.0a0-71.0.0a0-61.0.0a0-51.0.0a0-41.0.0a0-31.0.0a0-11.0.0a0-00.9.9-00.9.9a0-40.9.9a0-30.9.9a0-20.9.9a0-10.9.9a0-00.9.8-00.9.8a0-70.9.8a0-60.9.8a0-50.9.8a0-40.9.8a0-30.9.8a0-20.9.8a0-10.9.8a0-00.9.7-00.9.7a-50.9.7a-40.9.7a-30.9.7a-20.9.7a-10.9.7a-00.9.6-00.9.6a-30.9.6a-20.9.6a-10.9.6a-00.9.5-1

depends arrow:

depends beautifulsoup4:

depends bioblend:

depends biopython:

depends boto:

depends cyvcf2:

depends dnapi:

depends fadapa:

depends geneimpacts:

depends gffutils:

depends h5py:

depends htslib:

depends ipyparallel:

6.3.0.*

depends ipython-cluster-helper:

0.6.4 py_0

depends joblib:

>=0.12

depends logbook:

depends matplotlib-base:

depends mock:

depends msgpack-python:

depends openssl:

<3.0.0

depends pandas:

depends pip:

depends psutil:

depends py:

depends pybedtools:

depends pycrypto:

depends pysam:

>=0.13.0

depends pytest:

depends pytest-cov:

>=2.6.1

depends pytest-mock:

depends python:

depends python-dateutil:

>=2.5.0

depends pyvcf:

depends pyyaml:

depends requests:

depends scipy:

>=1.3.0

depends seaborn:

depends seqcluster:

depends statsmodels:

depends tabulate:

depends toolz:

depends yamllint:

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 bcbio-nextgen

and update with::

   mamba update bcbio-nextgen

To create a new environment, run:

mamba create --name myenvname bcbio-nextgen

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/bcbio-nextgen:<tag>

(see `bcbio-nextgen/tags`_ for valid values for ``<tag>``)

Download stats