# HG changeset patch # User devteam # Date 1473970070 14400 # Node ID c96a7e49150aa6825d3a8ea4b65a885075503c8d # Parent ad57b4feaf87312cc05dee7d7cbb1f42fa4a6e1d planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79 diff -r ad57b4feaf87 -r c96a7e49150a macros.xml --- a/macros.xml Wed Nov 11 12:57:55 2015 -0500 +++ b/macros.xml Thu Sep 15 16:07:50 2016 -0400 @@ -1,7 +1,7 @@ - vcflib + vcflib @@ -10,6 +10,7 @@ + 1.0.0_rc1 diff -r ad57b4feaf87 -r c96a7e49150a test-data/vcfannotategenotypes-test1.vcf --- a/test-data/vcfannotategenotypes-test1.vcf Wed Nov 11 12:57:55 2015 -0500 +++ b/test-data/vcfannotategenotypes-test1.vcf Thu Sep 15 16:07:50 2016 -0400 @@ -29,5 +29,5 @@ 20 1110696 rs6040355 A G,T 67 PASS AA=T;AF=0.333,0.667;DP=10;NS=2;DB;added-genotypes.has_variant GT:GQ:DP:HQ:added-genotypes 1|2:21:6:23,27:1/2 2|1:2:0:18,2:./. 2/2:35:4:.,.:2/2 20 1230237 . T . 47 PASS AA=T;DP=13;NS=3;added-genotypes.has_variant GT:GQ:DP:HQ:added-genotypes 0|0:54:.:56,60:0/0 0|0:48:4:51,51:./. 0/0:61:2:.,.:0/0 20 1234567 microsat1 G GA,GAC 50 PASS AA=G;AC=3,1;AN=6;DP=9;NS=3;added-genotypes.has_variant GT:GQ:DP:added-genotypes 0/1:.:4:0/1 0/2:17:2:./. 1/1:40:3:1/1 -20 1235237 . T . 0 . added-genotypes.has_variant GT:added-genotypes 0/0:0/0 0|0:./. . +20 1235237 . T . 0 . added-genotypes.has_variant GT:added-genotypes 0/0:0/0 0|0:./. ./.:. X 10 rsTest AC A,ATG 10 PASS added-genotypes.has_variant GT:added-genotypes 0:0 0/1:./. 0|2:0/2 diff -r ad57b4feaf87 -r c96a7e49150a tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:57:55 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r ad57b4feaf87 -r c96a7e49150a vcfannotategenotypes.xml --- a/vcfannotategenotypes.xml Wed Nov 11 12:57:55 2015 -0500 +++ b/vcfannotategenotypes.xml Thu Sep 15 16:07:50 2016 -0400 @@ -1,34 +1,34 @@ - - Annotate genotypes in a VCF dataset using genotypes from another VCF dataset - - macros.xml - - - - vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}" - - - - - - - - - - - - - - - - - - -Annotates genotypes in the **First** dataset with genotypes from the **Second** adding the genotype as another flag to each sample filled in the first file. **Annotation-tag** is the name of the sample flag which is added to store the annotation. Also adds a 'has\_variant' flag for sites where the second file has a variant. - ------ - -Vcfannotate @IS_PART_OF_VCFLIB@ - - - + + Annotate genotypes in a VCF dataset using genotypes from another VCF dataset + + macros.xml + + + + vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}" + + + + + + + + + + + + + + + + + + +Annotates genotypes in the **First** dataset with genotypes from the **Second** adding the genotype as another flag to each sample filled in the first file. **Annotation-tag** is the name of the sample flag which is added to store the annotation. Also adds a 'has\_variant' flag for sites where the second file has a variant. + +----- + +Vcfannotate @IS_PART_OF_VCFLIB@ + + +