Decipher VCF file similar to 1000 Genomes
1
0
Entering edit mode
5.9 years ago

Dear All,

I have a VCF file which looks like this :

https://ibb.co/jSnz3J

But , I want to decipher VCF file to look like the below :

https://ibb.co/khCRXd

Please let me know if there is anything I can do to make the file more readable.

Thanks in Advance.

1000 Genomes Conversion VCF • 1.1k views
ADD COMMENT
1
Entering edit mode
5.9 years ago

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.

I wrote : http://lindenb.github.io/jvarkit/VcfToTable.html

ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

you're using the wrong version of java. Read the manual carefully.

ADD REPLY

Login before adding your answer.

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