8
|
1 <tool id="run_all" name="PathOGiST - Run All" version="1.0.0">
|
|
2 <description>: Runs the entire PathOGiST pipeline</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.3">pathogist</requirement>
|
|
5 </requirements>
|
|
6
|
|
7 <command><![CDATA[
|
|
8 PATHOGIST $config
|
|
9 ]]></command>
|
|
10
|
|
11 <inputs>
|
|
12 <param name="config" type="data" format="yaml" label="Config YAML"
|
|
13 help="Config YAML file for PathOGiST"/>
|
|
14 </inputs>
|
|
15
|
|
16 <outputs>
|
|
17 <data name="clustering" label="Consensus clustering on ${on_string}" format="tabular" from_work_dir="cc.tsv"/>
|
|
18 </outputs>
|
|
19
|
|
20 <help>
|
|
21
|
|
22 </help>
|
|
23
|
|
24 <citations>
|
|
25
|
|
26 </citations>
|
|
27 </tool>
|