recipe pysam

Pysam is a Python module for reading and manipulating SAM/BAM/VCF/BCF files. It's a lightweight wrapper of the htslib C-API, the same one that powers samtools, bcftools, and tabix.

Homepage:

https://github.com/pysam-developers/pysam

License:

MIT

Recipe:

/pysam/meta.yaml

Links:

biotools: pysam, doi: 10.1093/bioinformatics/btp352

package pysam

(downloads) docker_pysam

versions:
0.22.0-10.22.0-00.21.0-10.21.0-00.20.0-00.19.1-10.19.1-00.19.0-00.18.0-2

0.22.0-10.22.0-00.21.0-10.21.0-00.20.0-00.19.1-10.19.1-00.19.0-00.18.0-20.18.0-10.18.0-00.17.0-10.17.0-00.16.0.1-30.16.0.1-20.16.0.1-10.16.0.1-00.16.0-10.16.0-00.15.4-10.15.4-00.15.3-30.15.3-10.15.3-00.15.2-110.15.2-100.15.2-90.15.2-80.15.2-70.15.2-60.15.2-50.15.2-40.15.2-30.15.2-20.15.2-10.15.2-00.15.1-00.15.0.1-10.15.0.1-00.15.0-00.14.1-10.14.1-00.14.0-20.14.0-10.14.0-00.13.0-00.12.0.1-20.12.0.1-10.12.0.1-00.11.2.2-20.11.2.2-10.11.2.2-00.11.2.1-00.11.1-00.11.0-00.10.0-130.10.0-120.10.0-110.10.0-100.10.0-90.10.0-80.10.0-70.10.0-60.10.0-50.10.0-40.10.0-30.10.0-10.9.1.4-10.9.1.4-00.9.1-120.9.1-110.9.1-100.9.1-90.9.1-80.9.1-70.9.1-60.9.1-50.9.1-40.9.1-30.9.1-20.9.1-10.9.1-00.9.0-20.9.0-10.9.0-00.8.4-00.8.4pre0-00.8.3-90.8.3-80.8.3-70.8.3-60.8.3-50.8.3-40.8.3-30.8.3-20.8.3-10.8.3-00.7.7-60.7.7-50.7.7-40.7.7-30.7.7-20.7.7-10.7.7-0

depends bzip2:

>=1.0.8,<2.0a0

depends libcurl:

>=8.5.0,<9.0a0

depends libdeflate:

>=1.18,<1.19.0a0

depends libgcc-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends openssl:

>=3.2.1,<4.0a0

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends xz:

>=5.2.6,<6.0a0

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 pysam

and update with::

   mamba update pysam

To create a new environment, run:

mamba create --name myenvname pysam

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

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

Download stats