Mercurial > repos > matnguyen > pathogist
comparison galaxy/tools/run_all/run_all.xml @ 8:7708da43aefb draft
Add run_all
author | matnguyen |
---|---|
date | Mon, 11 Mar 2019 03:27:37 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:4bfb3a8dd955 | 8:7708da43aefb |
---|---|
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> |