ppvcf
1.0.0
Library for the parallel parsing of VCF files
|
ppvcf
is a fast c++ library for the parallel parsing of huge vcf files. ppvcf
is a C++ wrapper for htslib
: it builds upon htslib
providing a way to parse in parallel big vcf files containing a huge quantity of samples.
ppvcf
comes as a single .hpp
header that you can easily include in your source. It depends on:
See example.cpp
code:
If you have htslib
installed in your system, to compile the example program, you just have to link against it with the -lhts
flag:
Otherwise, if you have installed htslib
locally, you can compile the example program with:
Then you can run the example code with:
To run the experiments: