Entering edit mode
2.9 years ago
selplat21
▴
20
I currently have a list of a few million sites I would like to extract from a larger VCF file. I have been using the following format:
module load bcftools tabix -R sites.list Sample.vcf.gz > Sample.subset.vcf.gz
This works, but unfortunately has been taking over a week to run. Does anyone have a faster solution?