File: filter.12.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 (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
##fileformat=VCFv4.1
##contig=<ID=1,assembly=b37,length=249250621>
##reference=file:///lustre/scratch105/projects/g1k/ref/main_project/human_g1k_v37.fasta
##FILTER=<ID=A,Description="Filter A">
##FILTER=<ID=B,Description="Filter B">
##FILTER=<ID=C,Description="Filter C">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO
1	300	.	C	T	.	.	.
1	300	.	C	T	.	PASS	.
1	300	.	C	T	.	A	.
1	300	.	C	T	.	B	.
1	300	.	C	T	.	B;A	.
1	300	.	C	T	.	C;B;A	.