comparison getGRsetFromGEO/getGRsetFromGEO.xml @ 11:983651783ce9 draft

Uploaded
author testtool
date Wed, 22 Mar 2017 09:01:06 -0400
parents
children
comparison
equal deleted inserted replaced
10:cbc8174bd361 11:983651783ce9
1 <tool id="getGRsetFromGEO" name="getGRsetFromGEO" version="1.16.2">
2 <description>
3 from GEO
4 </description>
5 <requirements>
6 <requirement type="package" version="3.2.1">R</requirement>
7 </requirements>
8 <stdio>
9 <exit_code range="1:" />
10 </stdio>
11 <command> Rscript $__tool_directory__/getGRsetFromGEO.R "$GSE" "$output"</command>
12 <inputs>
13 <param type="text" name="GSE" value="" label="The GSE ID from GEO" help="e.g. 'GSE51547'"/>
14 </inputs>
15 <outputs>
16 <data format="rdata" name="output" label="GenomicRatioSetFromGEO"/>
17 </outputs>
18 <tests>
19 <test>
20 <param name="test">
21 <element name="test-data">
22 <collection type="data">
23 <element name="GSE" value="GSE51547"/>
24 </collection>
25 </element>
26 </param>
27 <output format="rdata" name="output" label="test-data/GEOdata.RData"/>
28 </test>
29 </tests>
30 <help>
31 **Description**
32 </help>
33 <citations>
34 GEO
35 </citations>
36 </tool>