vcfnp icon indicating copy to clipboard operation
vcfnp copied to clipboard

Load numpy arrays and HDF5 files from VCF (variant call format)

Results 5 vcfnp issues
Sort by recently updated
recently updated
newest added

Add INFO, FILTER and FORMAT field descriptions from the VCF header to the datasets as attributes (if possible).

Get's broken apart into -t c by argparse.

bug

Log last variant position with progress.

enhancement

Put docs on rtfd.

The reason for this request is to enable possibly filtering and manipulation like you can do with PyVCF, but with a much faster (numpy + C++ backend) interface. I wrote...