recipe htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.

Homepage:

https://github.com/htseq/htseq

License:

GPL / GPL-3.0-only

Recipe:

/htseq/meta.yaml

Links:

biotools: htseq, usegalaxy-eu: htseq_count, doi: 10.1093/bioinformatics/btu638

package htseq

(downloads) docker_htseq

versions:
2.0.5-02.0.4-02.0.3-12.0.3-02.0.2-12.0.2-02.0.1-01.99.2-21.99.2-1

2.0.5-02.0.4-02.0.3-12.0.3-02.0.2-12.0.2-02.0.1-01.99.2-21.99.2-11.99.2-00.13.5-10.13.5-00.12.4-20.12.4-10.12.4-00.12.3-00.11.3-00.11.2-10.11.2-00.11.1-00.11.0-10.11.0-00.9.1-40.9.1-30.9.1-20.9.1-10.9.1-00.7.2-40.7.2-30.7.2-20.7.2-10.7.2-00.6.1.post1-60.6.1.post1-50.6.1.post1-40.6.1-50.6.1-40.6.1-30.6.1-20.6.1-10.6.1-00.6.1p1-10.6.1p1-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends matplotlib-base:

>=1.4

depends numpy:

>=1.21.6,<2.0a0

depends pandas:

>=1.1.0

depends pysam:

>=0.15.1

depends pysam:

>=0.22.0,<0.23.0a0

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends scipy:

>=1.5.0

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 htseq

and update with::

   mamba update htseq

To create a new environment, run:

mamba create --name myenvname htseq

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

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

Download stats