annotate GRsetFromGEO/GRsetFromGEO.xml @ 29:118e636a5f95 draft

Uploaded
author testtool
date Thu, 13 Apr 2017 11:49:05 -0400
parents 3d281ad15b83
children ceced09589d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
0631845b906d Uploaded
testtool
parents:
diff changeset
1 <tool id="GRset" name="GRsetFromGEO" version="1.16.2">
0631845b906d Uploaded
testtool
parents:
diff changeset
2 <requirements>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
3 <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement>
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
4 </requirements>
12
0631845b906d Uploaded
testtool
parents:
diff changeset
5 <stdio>
0631845b906d Uploaded
testtool
parents:
diff changeset
6 <exit_code range="1:" />
0631845b906d Uploaded
testtool
parents:
diff changeset
7 </stdio>
0631845b906d Uploaded
testtool
parents:
diff changeset
8 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
0631845b906d Uploaded
testtool
parents:
diff changeset
9 <inputs>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
10 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
12
0631845b906d Uploaded
testtool
parents:
diff changeset
11 </inputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
12 <outputs>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
13 <data type="galaxy.datatypes.binary:RData" name="output" label="GenomicRatioSet.RData"/>
12
0631845b906d Uploaded
testtool
parents:
diff changeset
14 </outputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
15 <tests>
0631845b906d Uploaded
testtool
parents:
diff changeset
16 <test>
0631845b906d Uploaded
testtool
parents:
diff changeset
17 <param name="test">
0631845b906d Uploaded
testtool
parents:
diff changeset
18 <element name="test-data">
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
19 <collection type="data">
12
0631845b906d Uploaded
testtool
parents:
diff changeset
20 <element name="GSE" value="GSE51547"/>
0631845b906d Uploaded
testtool
parents:
diff changeset
21 </collection>
0631845b906d Uploaded
testtool
parents:
diff changeset
22 </element>
0631845b906d Uploaded
testtool
parents:
diff changeset
23 </param>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
24 <output type="galaxy.datatypes.binary:RData" name="output" label="test-data/GenomicRatioSet.RData"/>
12
0631845b906d Uploaded
testtool
parents:
diff changeset
25 </test>
0631845b906d Uploaded
testtool
parents:
diff changeset
26 </tests>
0631845b906d Uploaded
testtool
parents:
diff changeset
27 <help>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
28 Reading Illumina methylation array data from GEO
12
0631845b906d Uploaded
testtool
parents:
diff changeset
29 </help>
0631845b906d Uploaded
testtool
parents:
diff changeset
30 <citations>
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
31 xxx
12
0631845b906d Uploaded
testtool
parents:
diff changeset
32 </citations>
0631845b906d Uploaded
testtool
parents:
diff changeset
33 </tool>