Mercurial > repos > jjohnson > bcftools_view
annotate test-data/filter.4.vcf @ 1:e278f064cf23 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:44:54 -0400 | 
| parents | 7fa689e447ba | 
| children | 
| rev | line source | 
|---|---|
| 
0
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
1 ##fileformat=VCFv4.1 | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
2 ##contig=<ID=chr1,length=135006516> | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
3 ##INFO=<ID=TEST1,Number=1,Type=Integer,Description="Test1"> | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
4 ##INFO=<ID=TEST2,Number=1,Type=Float,Description="Test2"> | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
5 ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
6 ##FORMAT=<ID=TEST3,Number=1,Type=Integer,Description="Test3"> | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
7 ##FORMAT=<ID=TEST4,Number=1,Type=Float,Description="Test4"> | 
| 
 
7fa689e447ba
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 sample1 sample2 | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
9 chr1 1 . A T 100 . TEST1=10;TEST2=10 GT:TEST3:TEST4 0/1:10:10 0/1:30:30 | 
| 
 
7fa689e447ba
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty
 
jjohnson 
parents:  
diff
changeset
 | 
10 chr1 2 . A T 100 . TEST1=50;TEST2=50 GT:TEST3:TEST4 0/1:20:20 0/1:40:40 | 
