4dn-dcic / pairix

1D/2D indexing and querying on bgzipped text file with a pair of genomic coordinates
MIT License
83 stars 13 forks source link

Python C extensions with python setup and testing #2

Closed carlvitzthum closed 7 years ago

carlvitzthum commented 7 years ago

Adjusted the readme and .gitignore. Large changes include writing python/pairixmodule.c, setup.py and test/test.py. Includes many changes in C code to become compatible with Python extensions.