Giter VIP home page Giter VIP logo

gaybro8777 / pysam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pysam-developers/pysam

0.0 1.0 0.0 19.54 MB

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.

License: MIT License

Python 3.76% Makefile 0.56% C 88.50% Perl 0.02% Shell 0.17% M4 0.39% Cython 6.59% Dockerfile 0.01%

pysam's Introduction

Pysam

build status Documentation Status

Pysam is a python module for reading and manipulating files in the SAM/BAM format. The SAM/BAM format is a way to store efficiently large numbers of alignments (Li 2009), such as those routinely created by next-generation sequencing methods.

Pysam is a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix.

If you are using the conda packaging manager (e.g. miniconda or anaconda), you can install pysam from the bioconda channel:

conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
conda install pysam

Installation through bioconda is the recommended way to install pysam as it resolves non-python dependencies and uses pre-configured compilation options. Especially for OS X this will potentially save a lot of trouble.

The current version of pysam wraps 3rd-party code from htslib-1.14, samtools-1.14, and bcftools-1.14.

Pysam is available through pypi. To install, type:

pip install pysam

Pysam documentation is available here

Questions and comments are very welcome and should be sent to the pysam user group

pysam's People

Contributors

andreasheger avatar bioinformed avatar jmarshall avatar kyleabeauchamp avatar marcelm avatar wckdouglas avatar andreashegergenomics avatar tyberiusprime avatar dpryan79 avatar mvdbeek avatar mdpearson avatar mckinsel avatar nsoranzo avatar benjschiller avatar amblina avatar 0xaf1f avatar nh13 avatar kevinjacobs-progenity avatar dannon avatar abjonnes avatar jeromekelleher avatar jvkersch avatar juliangehring avatar misha-at-genestack avatar petehaitch avatar ramyala avatar explodingcabbage avatar mr-c avatar murphymarkw avatar rjlasko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.