comparison graphlan_annotate.xml @ 1:5cdaa98d9376 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit f20ebff87883fc5639f540418257ca04ce8296fb-dirty
author bebatut
date Fri, 01 Apr 2016 05:51:57 -0400
parents c5746c07ca5e
children 64e69b47b4ec
comparison
equal deleted inserted replaced
0:c5746c07ca5e 1:5cdaa98d9376
1 <tool id="graphlan_annotate" name="Modify an input tree for GraPhlAn" version="0.1.0"> 1 <tool id="graphlan_annotate" name="Modify an input tree for GraPhlAn" version="1.0">
2 2
3 <description></description> 3 <description></description>
4 4
5 <requirements> 5 <requirements>
6 <requirement type="package" version="1.66">biopython</requirement> 6 <requirement type="package" version="1.66">biopython</requirement>
11 <stdio> 11 <stdio>
12 </stdio> 12 </stdio>
13 13
14 <version_command> 14 <version_command>
15 <![CDATA[ 15 <![CDATA[
16 python \${GRAPHLAN_DIR}/graphlan_annotate.py -v 16 graphlan_annotate.py -v
17 ]]> 17 ]]>
18 </version_command> 18 </version_command>
19 19
20 <command> 20 <command>
21 <![CDATA[ 21 <![CDATA[
22 python \${GRAPHLAN_DIR}/graphlan_annotate.py 22 graphlan_annotate.py
23 #if $annot 23 #if $annot
24 --annot $annot 24 --annot $annot
25 #end if 25 #end if
26 26
27 $input_tree 27 $input_tree
36 <param name="annot" type="data" format="txt" label="Annotation file 36 <param name="annot" type="data" format="txt" label="Annotation file
37 (Optional)" help="(--annot)" optional="True"/> 37 (Optional)" help="(--annot)" optional="True"/>
38 </inputs> 38 </inputs>
39 39
40 <outputs> 40 <outputs>
41 <data format="text" name="output_tree" 41 <data format="txt" name="output_tree"
42 label="${tool.name} on ${on_string}: Tree in PhyloXML" /> 42 label="${tool.name} on ${on_string}: Tree in PhyloXML" />
43 </outputs> 43 </outputs>
44 44
45 <tests> 45 <tests>
46 <test> 46 <test>
47 <param name="input_tree" value="input_tree.txt" />
48 <param name="annot" value="input_annotation.txt" />
49 <output name="output_tree" value="output_modified_tree.txt" />
47 </test> 50 </test>
48 </tests> 51 </tests>
49 52
50 <help><![CDATA[ 53 <help><![CDATA[
51 54