Open brentp opened 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.
Going to have to update my post when this is finished!
from @davemcg's post:
split a vcf into n pieces:
will create split.1.vcf .. split.10.vcf.