bcftool merge -r ?
0
0
Entering edit mode
9.1 years ago
pyjiang2 ▴ 40

Hi everyone,

I have individual vcf files of indels and want to merge them into a big one, but only extract chromosome 3,4,5,7,8 into a unified file. The list of vcf files is in round1_indel.txt.

What I did is:

bcftools merge -l round1_indel.txt -o round1_indel.vcf -r 3,4,5,7,8

However, the output is only for chromosome 3. The document file for bcftools say the -r option is separate by comma. I don't know what is the problem here. Thank you so much!

bcftools vcf • 2.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 2304 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6