File: vcf_melt.1

package info (click to toggle)
python-pyvcf 0.6.8%2Bgit20170215.476169c-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,872 kB
  • sloc: python: 2,921; makefile: 125
file content (14 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH VCF_MELT "1" "October 2015" "0.6.7" "User Commands"
.SH NAME
vcf_melt \- Melt a VCF file into a tab delimited set of calls, one per line
.SH SYNOPSIS
.B vcf_melt
<vcf-file>
.SH DESCRIPTION
This script is part of PyVCF.
.P
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.