File: consensus.22.vcf

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 (20 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##fileformat=VCFv4.2
##reference=file://some/path/human_g1k_v37.fasta
##contig=<ID=1>
##contig=<ID=2>
##contig=<ID=3>
##contig=<ID=4>
##contig=<ID=5>
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the variant described in this record">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	a
1	8	.	ACGA	A	.	.	.	GT	1/1
1	12	.	C	A	.	.	.	GT	1/1
2	8	.	ACGA	TTTT	.	.	.	GT	1/1
2	12	.	C	A	.	.	.	GT	1/1
3	10	.	A	T	.	.	.	GT	1/1
3	12	.	C	A	.	.	.	GT	1/1
4	8	.	A	<DEL>	.	.	END=11	GT	1/1
4	12	.	C	A	.	.	.	GT	1/1
5	8	.	ACGA	ACG	.	.	.	GT	1/1
5	12	.	C	A	.	.	.	GT	1/1