File: annotate.missing.1.out

package info (click to toggle)
bcftools 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,252 kB
  • sloc: ansic: 60,589; perl: 5,818; python: 587; sh: 333; makefile: 284
file content (12 lines) | stat: -rw-r--r-- 511 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">
##INFO=<ID=TFLT,Number=1,Type=Float,Description="Dummy float">
##INFO=<ID=TINT,Number=1,Type=Integer,Description="Dummy int">
##INFO=<ID=TSTR,Number=1,Type=String,Description="Dummy str">
##contig=<ID=chr1>
#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.9;TINT=9;TSTR=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	.	.	.