annotate GRsetFromGEO/GRsetFromGEO.xml @ 13:6f7428f907da draft

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