0
|
1 <tool id="correlation_clustering" name="PathOGiST - Correlation Clustering" version="1.0.0">
|
|
2 <description>: Runs correlation clustering on a distance matrix file</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.0.1">pathogist</requirement>
|
|
5 </requirements>
|
|
6
|
|
7 <command><![CDATA[
|
|
8 PATHOGIST correlation $constraints $distance $threshold cc.tsv
|
|
9 ]]></command>
|
|
10
|
|
11 <inputs>
|
|
12 <param name="distance" type="data" format="tabular,txt" label="Distance Matrix"/>
|
|
13 <param name="threshold" type="integer" value="0" label="Threshold Value"
|
|
14 help="The threshold value can be determined by visualizing the distance matrix"/>
|
|
15 <param name="constraints" type="boolean" checked="false" truevalue="--all_constraints" falsevalue=""
|
|
16 label="All Constraints"
|
|
17 help="Add all constraints to the optimization problem, not just those with mixed signs"/>
|
|
18 </inputs>
|
|
19
|
|
20 <outputs>
|
|
21 <data name="clustering" label="Correlation clustering of ${on_string}" format="tabular" from_work_dir="cc.tsv"/>
|
|
22 </outputs>
|
|
23
|
|
24 <help>
|
|
25
|
|
26 </help>
|
|
27
|
|
28 <citations>
|
|
29
|
|
30 </citations>
|
|
31 </tool>
|