annotate tools/consensus_clustering/consensus_clustering.xml @ 0:6a73638d707c draft

Initial Upload
author matnguyen
date Fri, 16 Nov 2018 15:28:27 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
1 <tool id="consensus_clustering" name="PathOGiST - Consensus Clustering" version="1.0.0">
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
2 <description>: Performs consensus clustering on multiple clusterings</description>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
3 <requirements>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
4 <requirement type="package" version="0.0.1">pathogist</requirement>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
5 </requirements>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
6
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
7 <command><![CDATA[
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
8 PATHOGIST consensus $constraints $distances $clusterings $fine_clusterings cc.tsv
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
9 ]]></command>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
10
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
11 <inputs>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
12 <param name="distances" type="data" format="tabular,txt" label="Distance Matrices"
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
13 help="File contains paths to distance matrices for different clusterings"/>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
14 <param name="clusterings" type="data" format="tabular,txt" label="Clusterings"
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
15 help="File contains paths to clusterings (matrices or lists of clustering assignments)"/>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
16 <param name="fine_clusterings" type="data" format="tabular,txt" label="Fine Clusterings"
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
17 help="File contains names of the clusterings which are the finest"/>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
18 <param name="constraints" type="boolean" checked="false" truevalue="--all_constraints" falsevalue=""
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
19 label="All constraints"
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
20 help="Add all constraints to the optimization problem, not just those with mixed signs"/>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
21 </inputs>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
22
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
23 <outputs>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
24 <data name="clustering" label="Consensus clustering on ${on_string}" format="tabular" from_work_dir="cc.tsv"/>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
25 </outputs>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
26
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
27 <help>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
28
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
29 </help>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
30
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
31 <citations>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
32
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
33 </citations>
6a73638d707c Initial Upload
matnguyen
parents:
diff changeset
34 </tool>