File: string_as_flag.vcf

package info (click to toggle)
python-pyvcf 0.6.8%2Bgit20170215.476169c-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,604 kB
  • sloc: python: 2,929; makefile: 124; sh: 19
file content (8 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
##fileformat=VCFv4.1
##INFO=<ID=AB,Number=1,Type=String,Description="Alt Base">
##INFO=<ID=CD,Number=.,Type=String,Description="Alt Base">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	test
chr2	21	.	A	G	.	.		GT	.
chr2	24	.	G	T	.	.	AB	GT	.
chr2	48	.	C	T	.	.	CD	GT	.
chr2	75	.	T	C	.	.	AB;CD	GT	.