PyVCF
PyVCF copied to clipboard
Support contig based sort
Where contigs are declared in the file, allow sort based on the contig order.
Prevents us having to guess the ordering of a mix of ints, strings, and non zero padded stuff.
Needs #52