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-query - query VCF files

Examples

              query-vcf  file.vcf.gz  1:1000-2000  -c  NA001,NA002,NA003 query-vcf file.vcf.gz -r 1:1000-2000 -f
              '%CHROM:%POS\t%REF[\t%SAMPLE:%*=,]\n'  query-vcf   file.vcf.gz   -f   '[%GT\t]%LINE\n'   query-vcf
              file.vcf.gz -f '%CHROM\t%POS\t%INFO/DP\t%FILTER\n'

vcf-query 0.1.5                                     July 2011                                       VCF-QUERY(1)

Name

       vcf-query - query VCF files

Options

-c, --columns <NA001,NA002,..>
              List of comma-separated column names.

       -f, --format <string>
              The default is '%CHROM:%POS\t%REF[\t%SAMPLE=%GT]\n'

       -l, --list-columns
              List columns.

       -r, --region chr:from-to
              Retrieve the region. (Runs tabix.)

       -h, -?, --help
              This help message.

Synopsis

query-vcf [OPTIONS] file.vcf.gz

See Also