Entering edit mode
5.3 years ago
mostafarafiepour
▴
180
Hi Dear All,
I'm trying to separate 5Mb to 10Mb region of my VCF file with vcftools. But when I get the output, it only contains a header??
What is the best idea?
Codes I run:
vcftools --vcf My_Chr20.vcf --chr 20 --from-bp 5000000 --to-bp 10000000 --recode --out My_Output
or
vcftools --vcf My_Chr20.vcf --chr 20 --from-bp 5000000 --to-bp 10000000 --recode --recode-INFO-all --out My_Output
Best Regard