5
|
1 ##fileformat=VCFv4.1
|
|
2 ##comment="ARGS=-f 10 -c 10"
|
|
3 ##comment="This is a test set of made-up sites, each created in order to test a certain type of error handling. It's meant to be run with -f 10 -c 10"
|
|
4 ##fileDate=19700101
|
|
5 ##source=Dan
|
|
6 ##reference=file:///scratch/dan/galaxy/galaxy-central/database/files/002/dataset_0000.dat
|
|
7 ##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes, for each ALT allele, in the same order as listed">
|
|
8 ##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency, for each ALT allele, in the same order as listed">
|
|
9 ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
|
|
10 ##FORMAT=<ID=AC,Number=.,Type=Integer,Description="Allele count in genotypes, for each ALT allele, in the same order as listed">
|
|
11 ##FORMAT=<ID=AF,Number=.,Type=Float,Description="Allele Frequency, for each ALT allele, in the same order as listed">
|
|
12 ##FORMAT=<ID=NC,Number=.,Type=String,Description="Nucleotide and indel counts">
|
|
13 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT THYROID
|
|
14 # A correct control
|
|
15 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,-A=15,
|
|
16 # List some bases more than once
|
|
17 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,-A=15,+A=12,
|
|
18 # Comma omissions
|
|
19 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,-A=15
|
|
20 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15-A=15,
|
|
21 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,+G=1,+C=1,-A=15,-G=1,
|
|
22 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,+G=1+C=1,-A=15,-G=1,
|
|
23 # Wrong number of sample columns
|
|
24 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC 0/0:1:1:+A=15,-A=15, 0/0:1:1:+A=15,-A=15,
|
|
25 chr1 0 . A . . . AC=;AF= GT:AC:AF:NC |