0
|
1 <tool id="grapetreetool" name="grapetree" version="1.0">
|
|
2 <description>visualization of core genomic relationships among 100,000 bacterial pathogens.</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="2.1">grapetree</requirement>
|
|
5 </requirements>
|
|
6
|
1
|
7 <command>grapetree '-p' $input '-m' $methode > $output1 </command>
|
0
|
8
|
|
9 <inputs>
|
1
|
10 <param format="tabular" name="input" type="data" label="Tabular file : " multiple="false" display="checkboxes"/>
|
0
|
11
|
1
|
12 <param name="methode" type="select" label="Methode:">
|
|
13 <option value="NJ">NJ</option>
|
0
|
14 <option value="MSTreeV2">MSTreeV2</option>
|
|
15 </param>
|
|
16
|
|
17 </inputs>
|
|
18
|
|
19 <outputs>
|
1
|
20 <data format="newick" name="output1" file="output1.nwk" label="labelled newick tree" />
|
0
|
21 </outputs>
|
|
22
|
|
23 <tests>
|
|
24 <test>
|
|
25 <param name="input" value="simuled-data.profile" />
|
|
26 <output name="output" file="output1.nwk" />
|
|
27 </test>
|
|
28 </tests>
|
|
29
|
|
30 <help>
|
|
31 For full documentation, please go to the GrapeTree wiki (https://github.com/achtman-lab/GrapeTree)
|
|
32 </help>
|
|
33 <citations>
|
|
34 <citation type="doi">10.1101/gr.232397.117</citation>
|
|
35 </citations>
|
|
36 </tool>
|