File: contrast.vcf

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 (8 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
##fileformat=VCFv4.2
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##contig=<ID=1>
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	a	b	c
1	100	.	A	G	.	.	.	GT	0/0	0/0	0/0
1	101	.	A	G	.	.	.	GT	0/0	0/0	0/1
1	102	.	A	G	.	.	.	GT	0/0	0/1	1/1
1	103	.	A	G	.	.	.	GT	1/1	1/1	0/1