Mercurial > repos > jjohnson > bcftools_plugin_counts
annotate test-data/concat.3.d.vcf @ 1:10a816171849 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
author | jjohnson |
---|---|
date | Sun, 26 Jun 2016 15:37:20 -0400 |
parents | 17b407921818 |
children |
rev | line source |
---|---|
0
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
1 ##fileformat=VCFv4.0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
2 ##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth"> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
3 ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
4 ##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality"> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
5 ##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth"> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
6 ##FILTER=<ID=q10,Description="Quality below 10"> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
7 ##contig=<ID=2,length=62435964> |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
8 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT A B |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
9 2 300 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
10 2 320 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
11 2 330 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
12 2 340 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
13 2 350 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
14 2 360 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
15 2 370 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
16 2 380 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
17 2 390 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
18 2 490 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
19 2 500 . T A 246 PASS DP=10 GT 1|0 1|0 |
17b407921818
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
jjohnson
parents:
diff
changeset
|
20 2 510 . T A 246 PASS DP=10 GT 1|0 1|0 |