Skip to content

linhxxx/pypysam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A python reimplementation of htslib functions, making it compatible with pypy. Parsing and writing does not perform as well as its htslib counterparts. Limited documentation available, please see the readthedocs pages for pysam:

http://pysam.readthedocs.io/en/latest/

To install, use

pypy setup.py install

If you would like to install a local copy in /home rather than /usr space, use pypy setup.py install --prefix=$HOME/.local and update your $PYTHONPATH variable to include $HOME/.local/lib/pythonX.X/site-packages.

See pypy setup.py --help for further instructions.

original code is in python2.x

This modified version is in python 3.x.

If meet import error, just Copy the code in the sys.path

About

PyPy-compatible htslib routines for SAM/BAM alignment files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%