vcfAllSiteParser does not work
1
0
Entering edit mode
5.9 years ago
YocelynGG ▴ 70

Hello!!

I have been trying to perform the MSMC pipeline. I have 6 vcf files (obtained with GATK). I want to obtained the masked bed files and their corresponding vcf files. I have been performing the script: vcfAllSiteParser.py but it doesn't work. The output is empty (file.bed and file.vcf), even after running for a long time. I'm running the commands:

vcfAllSiteParser.py file1_GATK.vcf file1.bed > file1_new.vcf

And, I have changed the name of the script:

vcfCaller.py file1_GATK.vcf file1.bed > file1_new.vcf

Someone could help me to figure out a solution?

Thank you so much !!

Best wishes,

Yocelyn

genome software error • 1.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Thank you so much!! I'm going to perform bedtools complement

Best wishes,

Yocelyn

ADD REPLY
0
Entering edit mode

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted. Upvote|Bookmark|Accept

ADD REPLY
2
Entering edit mode
5.9 years ago

want to obtained the masked bed files and their corresponding vcf files.

may be you just want to use bedtools complement to get the complement of the bed and then bcftools view with option --regions-file

ADD COMMENT

Login before adding your answer.

Traffic: 2953 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