brentp / hts-nim-tools

useful command-line tools written to showcase hts-nim
https://github.com/brentp/hts-nim
MIT License
49 stars 6 forks source link

new tools: split vcf #1

Open brentp opened 6 years ago

brentp commented 6 years ago

from @davemcg's post:

split a vcf into n pieces:

hts-nim-tools vcf-split -n 10 --prefix split $vcf

will create split.1.vcf .. split.10.vcf.

davemcg commented 6 years ago

Going to have to update my post when this is finished!