annotate tools/mytools/cdf-old-not-used/cdf2-old.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="cdf2" name="CDF">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>plot of two columns from two files</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python">cdf2.py $input1 $input2 $output $c1 $c2 $labels $log $title </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <param name="input1" format="tabular" type="data" label="input file 1"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param name="c1" size="2" type="text" label="column number" value="1"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param name="input2" format="tabular" type="data" label="input file 2"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param name="c2" size="2" type="text" label="column number" value="1"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="title" size="50" type="text" label="Figure title (no space allowed) " value="CDF-plot"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="labels" size="50" type="text" label="Figure legend (sep by comma)" value="sample,control"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <param name="log" label="log transform the data" type="boolean" truevalue="log" falsevalue="none" checked="False"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <data format="pdf" name="output" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 **What it does**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 This tool plots the CDF of two data columns in two input files. A KS test p-value is also shown.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 </tool>