Mercurial > repos > matnguyen > pathogist
comparison galaxy/tools/consensus_clustering/consensus_clustering.xml @ 1:c1b6f5fbbcad draft
Updated pathogist version
author | matnguyen |
---|---|
date | Fri, 01 Feb 2019 16:56:03 -0500 |
parents | |
children | a39471bf7d13 |
comparison
equal
deleted
inserted
replaced
0:6a73638d707c | 1:c1b6f5fbbcad |
---|---|
1 <tool id="consensus_clustering" name="PathOGiST - Consensus Clustering" version="1.0.0"> | |
2 <description>: Performs consensus clustering on multiple clusterings</description> | |
3 <requirements> | |
4 <requirement type="package" version="0.2.3">pathogist</requirement> | |
5 </requirements> | |
6 | |
7 <command><![CDATA[ | |
8 PATHOGIST consensus $constraints $distances $clusterings $fine_clusterings cc.tsv | |
9 ]]></command> | |
10 | |
11 <inputs> | |
12 <param name="distances" type="data" format="tabular,txt" label="Distance Matrices" | |
13 help="File contains paths to distance matrices for different clusterings"/> | |
14 <param name="clusterings" type="data" format="tabular,txt" label="Clusterings" | |
15 help="File contains paths to clusterings (matrices or lists of clustering assignments)"/> | |
16 <param name="fine_clusterings" type="data" format="tabular,txt" label="Fine Clusterings" | |
17 help="File contains names of the clusterings which are the finest"/> | |
18 <param name="constraints" type="boolean" checked="false" truevalue="--all_constraints" falsevalue="" | |
19 label="All constraints" | |
20 help="Add all constraints to the optimization problem, not just those with mixed signs"/> | |
21 </inputs> | |
22 | |
23 <outputs> | |
24 <data name="clustering" label="Consensus clustering on ${on_string}" format="tabular" from_work_dir="cc.tsv"/> | |
25 </outputs> | |
26 | |
27 <help> | |
28 | |
29 </help> | |
30 | |
31 <citations> | |
32 | |
33 </citations> | |
34 </tool> |