Mercurial > repos > devteam > vcfannotategenotypes
annotate vcfannotategenotypes.xml @ 2:c96a7e49150a draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
author | devteam |
---|---|
date | Thu, 15 Sep 2016 16:07:50 -0400 |
parents | ad57b4feaf87 |
children | 70bc6ced57f7 |
rev | line source |
---|---|
2
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
1 <tool id="vcfannotategenotypes" name="VCFannotateGenotypes:" version="@WRAPPER_VERSION@.0"> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
2 <description>Annotate genotypes in a VCF dataset using genotypes from another VCF dataset</description> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
3 <macros> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
4 <import>macros.xml</import> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
5 </macros> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
6 <expand macro="requirements"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
7 <expand macro="stdio" /> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
8 <command>vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}"</command> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
9 <inputs> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
10 <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
11 <param format="vcf" name="input2" type="data" label="using genotypes from" help="Second VCF dataset"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
12 <param name="tag_option" type="text" value="added-genotypes" label="Mark genotypes added to the first dataset with this tag" help="Annotation tag"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
13 </inputs> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
14 <outputs> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
15 <data format="vcf" name="out_file1" /> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
16 </outputs> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
17 <tests> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
18 <test> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
19 <param name="tag_option" value="added-genotypes"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
20 <param name="input1" value="vcflib.vcf"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
21 <param name="input2" value="vcfannotategenotypes-input2.vcf"/> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
22 <output name="out_file1" file="vcfannotategenotypes-test1.vcf" /> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
23 </test> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
24 </tests> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
25 <help> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
26 |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
27 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. |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
28 |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
29 ----- |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
30 |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
31 Vcfannotate @IS_PART_OF_VCFLIB@ |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
32 </help> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
33 <expand macro="citations" /> |
c96a7e49150a
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
devteam
parents:
1
diff
changeset
|
34 </tool> |