comparison GRsetFromGEO/GRsetFromGEO.xml @ 70:759073309c9c draft

Uploaded
author testtool
date Fri, 09 Jun 2017 11:48:24 -0400
parents
children
comparison
equal deleted inserted replaced
69:23e9c26c3334 70:759073309c9c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="GetGEO" name="GRsetFromGEO" version="1.16.2">
3 <requirements>
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
5 </requirements>
6 <stdio>
7 <exit_code range="1:" />
8 </stdio>
9 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
10 <inputs>
11 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
12 </inputs>
13 <outputs>
14 <data format="RDdata" name="output" label="GRsetFromGEO.RData"/>
15 </outputs>
16 <tests>
17 <test>
18 <param name="test">
19 <element name="test-data">
20 <collection type="data">
21 <element name="GSE" value="GSE51547"/>
22 </collection>
23 </element>
24 </param>
25 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
26 </test>
27 </tests>
28 <help>
29 **Description**
30 </help>
31 <citations>
32 GEO
33 </citations>
34 </tool>