annotate mytools/StartGenometriCorr.xml @ 7:f0dc65e7f6c0

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:59:07 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
1 <tool id="genometric_correlation" name="Genometric Correlation">
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
2 <description>between two files of genomic intervals</description>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="Rscript --vanilla">
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
4 Start_GenometriCorr.R $config $query $reference $output_options $output
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
5 </command>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
6 <inputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
7 <param format="text" name="config" type="data" label="Configuration file"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
8 <param format="text" name="query" type="data" label="Query intervals file"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
9 <param format="text" name="reference" type="data" label="Reference intervals file"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
10 <param name="output_options" type="select" label="Type of output">
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
11 <option value="plot">ECDF plots</option>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
12 <option value="vis">Graphic visualization</option>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
13 <option value="stats">Text output of statistics</option>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
14 <option value="plot_vis">All</option>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
15 </param>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
16 </inputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
17 <outputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
18 <data name="output" format="pdf"/>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
19 </outputs>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
20 <help>
f0dc65e7f6c0 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.
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
22 </help>
f0dc65e7f6c0 Uploaded
xuebing
parents:
diff changeset
23 </tool>