annotate GEOAnalyse.xml @ 0:27ffdb495852 draft default tip

Imported from capsule None
author sblanck
date Wed, 13 Apr 2016 07:40:02 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
1 <tool id="metaMAGEOQuery" name="GEOanalyse" version="0.1.0">
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
2 <description>GEOAnalyse wrapper</description>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
3 <requirements>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
4 <container type="docker">sblanck/testtool:latest</container>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
5 </requirements>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
6 <command>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
7
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
8 /galaxy-tools/stderr_wrapper.py Rscript
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
9 /galaxy-tools/transcriptomics/GEOanalyse/GEOAnalyse.R
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
10 "${rdataset}"
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
11 "${selectCondition}"
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
12 $result_html
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
13 $result_html.files_path
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
14 /galaxy-tools/transcriptomics/GEOanalyse/GEOAnalyse_tpl.html
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
15
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
16 </command>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
17
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
18 <inputs>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
19
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
20 <param name="rdataset" type="data" format="rdata" label="RData" help="RData to be used"/>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
21
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
22 <param name="conditions" type="data" format="cond" label="Conditions" help="conditions associated with the rData file"/>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
23
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
24 <param name="selectCondition" type="select" label="case condition">
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
25 <options from_dataset="conditions">
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
26 <column name="name" index="0"/>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
27 <column name="value" index="0"/>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
28 </options>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
29 </param>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
30
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
31 </inputs>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
32 <outputs>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
33 <data format="html" name="result_html" label="Annotations"/>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
34
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
35 </outputs>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
36
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
37 <help>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
38 NOTE: This metaMA wrapper performs p-value combination from multiples studies with the same probes. If you need to normalize your data, use "matrix_normalisation" tool on each file. Then, use "Merge Standard datasets(copied)" tool to make a multiple file dataset.
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
39 </help>
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
40
27ffdb495852 Imported from capsule None
sblanck
parents:
diff changeset
41 </tool>