1
|
1 <tool id="cpo_tree_galaxy" name="cpoTree" version="0.1.0">
|
|
2 <description>this tool makes tree</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.23.4">pandas</requirement>
|
|
5 <requirement type="package" version="3.6">python</requirement>
|
|
6 </requirements>
|
|
7 <command detect_errors="exit_code">
|
|
8 <![CDATA[
|
|
9 python '$__tool_directory__/cpo_galaxy_tree.py'
|
|
10 '-t $tree'
|
|
11 '-d $distance'
|
|
12 '-m $metadata'
|
|
13 ]]>
|
|
14 </command>
|
|
15 <inputs>
|
|
16 <param type="data" name="tree" format="txt"/>
|
|
17 <param type="data" name="distance" format="tabular" />
|
|
18 <param type="data" name="metadata" format="tabular" />
|
|
19 </inputs>
|
|
20 <outputs>
|
|
21 <data name="tsvSummary" format="png" from_work_dir="tree.png"/>
|
|
22 </outputs>
|
|
23 <tests>
|
|
24 <test>
|
|
25 <param name="ID" value="BC11-Kpn005_S2"/>
|
|
26 <param name="mlst" value="BC11-Kpn005_S2.mlst"/>
|
|
27 <param name="mobsuitecontig" value="contig_report"/>
|
|
28 <param name="mobsuiteaggregate" value="mobtyper_aggregate_report"/>
|
|
29 <param name="abricate" value="BC11-Kpn005_S2.cp"/>
|
|
30 <param name="rgi" value="BC11-Kpn005_S2.rgi.txt"/>
|
|
31 <param name="plasmidfinder" value="BC11-Kpn005_S2.origins"/>
|
|
32 <param name="expected" value="Klebsiella pneumoniae"/>
|
|
33 <output name="tsvSummary" file="summary.tsv"/>
|
|
34 <output name="txtSummary" file="summary.txt"/>
|
|
35 </test>
|
|
36 </tests>
|
|
37 <help>
|
|
38 This tool parses stuff.
|
|
39 </help>
|
|
40 <citations>
|
|
41 <citation type="bibtex">
|
|
42 @misc{cpo,
|
|
43 author = {j, j},
|
|
44 year = {2018},
|
|
45 title = {cpo_prediction},
|
|
46 publisher = {j},
|
|
47 journal = {j of j},
|
|
48 url = {https://bfjia.net,
|
|
49 }</citation>
|
|
50 </citations>
|
|
51 </tool> |