Thank you Pierre for your reply. I get this error "package javax.annotation is declared in module java.xml.ws.annotation, which is not in the module graph" while downloading vcf2table.
Decipher VCF file similar to 1000 Genomes
Dear All,
I have a VCF file which looks like this :
But , I want to decipher VCF file to look like the below :
Please let me know if there is anything I can do to make the file more readable.
Thanks in Advance.
• 1,592 views
•
link
1 answer
use bcftools annotate -x '...' to remove some INFO/FORMAT field https://samtools.github.io/bcftools/bcftools.html
Please let me know if there is anything I can do to make the file more readable.
• 1 views
•
link
• 1 views
•
link
you're using the wrong version of java. Read the manual carefully.
• 1 views
•
link
Log in to answer this question.