annotate tools/mytools/StartGenometriCorr.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="genometric_correlation" name="Genometric Correlation">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>between two files of genomic intervals</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="Rscript --vanilla">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 Start_GenometriCorr.R $config $query $reference $output_options $output
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param format="text" name="config" type="data" label="Configuration file"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <param format="text" name="query" type="data" label="Query intervals file"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param format="text" name="reference" type="data" label="Reference intervals file"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="output_options" type="select" label="Type of output">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <option value="plot">ECDF plots</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <option value="vis">Graphic visualization</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <option value="stats">Text output of statistics</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="plot_vis">All</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <data name="output" format="pdf"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 This tool determines the statistical relationship (if any) between two sets of genomic intervals. Output can be text only, plot (ECDF curves), or a more colorful graphic.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </tool>