https://github.com/dridk/vcfreader
A fast VCF parser supporting annotation
https://github.com/dridk/vcfreader
Last synced: about 1 month ago
JSON representation
A fast VCF parser supporting annotation
- Host: GitHub
- URL: https://github.com/dridk/vcfreader
- Owner: dridk
- License: mit
- Created: 2022-01-15T23:07:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T11:12:29.000Z (over 3 years ago)
- Last Synced: 2025-01-31T17:52:29.319Z (3 months ago)
- Language: C
- Size: 18.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcfreader
A fast VCF parser supporting annotation## Installation
swig -c++ -python src/vcfreader.i
python setup.py install
python test.py