File: annotate.missing.5.out

package info (click to toggle)
bcftools 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,792 kB
  • sloc: ansic: 72,978; perl: 7,583; sh: 694; python: 595; makefile: 301
file content (12 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
##fileformat=VCFv4.2
##FILTER=<ID=PASS,Description="All filters passed">
##contig=<ID=chr1>
##INFO=<ID=TSTR,Number=.,Type=String,Description="Dummy str">
##INFO=<ID=TFLT,Number=.,Type=Float,Description="Dummy float">
##INFO=<ID=TINT,Number=.,Type=Integer,Description="Dummy int">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO
chr1	10	.	A	T	.	.	TFLT=0.1,.;TINT=1,.;TSTR=old,.
chr1	20	.	A	T	.	.	TFLT=0.1,0.9;TINT=1,9;TSTR=old,new
chr1	30	.	A	T	.	.	TFLT=.,0.9;TINT=.,9;TSTR=.,new
chr1	40	.	A	T	.	.	TSTR=new;TFLT=0.9;TINT=9
chr1	50	.	A	T	.	.	TSTR=.;TFLT=.;TINT=.