annotate getGRsetFromGEO/getGRsetFromGEO.xml @ 0:457c1fc71f64 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 06:21:37 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
2 <tool id="getGRsetFromGEO" name="getGRsetFromGEO" version="1.18.4">
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
3 <requirements>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
5 </requirements>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
6 <stdio>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
7 <exit_code range="1:" />
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
8 </stdio>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
9 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
10 <inputs>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
11 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
12 </inputs>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
13 <outputs>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
14 <data format="RDdata" name="output" label="GRsetFromGEO.RData"/>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
15 </outputs>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
16 <tests>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
17 <test>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
18 <param name="test">
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
19 <element name="test-data">
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
20 <collection type="data">
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
21 <element name="GSE" value="GSE51547"/>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
22 </collection>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
23 </element>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
24 </param>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
25 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
26 </test>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
27 </tests>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
28 <help>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
29 **What it does**
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
30 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
31 **Input**
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
32 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
33 **Output**
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
34 GenomicRatioSet object
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
35 </help>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
36 <citations>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
37 <citation type="doi">10.1093/bioinformatics/btu049</citation>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
38 </citations>
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
39 </tool>