.. _`pysam`: pysam ===== Pysam is a python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix. ======== =========== Home https://github.com/pysam-developers/pysam Versions 0.8.4 License MIT Recipe https://github.com/bioconda/bioconda-recipes/tree/master/recipes/pysam ======== =========== Installation ------------ .. highlight: bash With an activated Bioconda channel (see :ref:`setup`), install with:: conda install pysam and update with:: conda update pysam