File: variant-distance.4.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 (16 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##fileformat=VCFv4.2
##FILTER=<ID=PASS,Description="All filters passed">
##reference=file://some/path/human_g1k_v37.fasta
##contig=<ID=1,length=2147483647>
##contig=<ID=2,length=2147483647>
##INFO=<ID=DIST,Number=2,Type=Integer,Description="Distance to the previous and next variant">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO
1	101	.	T	A	.	.	DIST=0,3
1	101	.	T	C	.	.	DIST=0,3
1	104	.	T	A	.	.	DIST=3,4
1	104	.	T	C	.	.	DIST=3,4
1	108	.	T	A	.	.	DIST=4,7
1	108	.	T	C	.	.	DIST=4,7
1	115	.	T	A	.	.	DIST=7,0
2	120	.	T	A	.	.	DIST=0,10
2	130	.	T	A	.	.	DIST=10,0