logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vcf_melt - Melt a VCF file into a tab delimited set of calls, one per line

Description

       This script is part of PyVCF.

       VCF  files  have  all  the  calls from different samples on one line.  This script reads vcf on stdin and
       writes all calls to stdout in tab delimited format with one call in one sample per line.  This  makes  it
       easy to find a given sample's genotype with, say, grep.

0.6.7                                             October 2015                                       VCF_MELT(1)

Name

       vcf_melt - Melt a VCF file into a tab delimited set of calls, one per line

Synopsis

vcf_melt <vcf-file>

See Also