annotate GRsetFromGEO/GRsetFromGEO.xml @ 40:343324c86875 draft

Uploaded
author testtool
date Mon, 07 Aug 2017 09:59:58 -0400
parents 10996f6ddcb5
children 3ee5ebb721ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
1 <tool id="getGRset" name="GRsetFromGEO">
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
2 <description>downloads data from GEO</description>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
3 <requirements>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
343324c86875 Uploaded
testtool
parents: 37
diff changeset
5 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
6 </requirements>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
7 <stdio>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
8 <exit_code range="1:" />
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
9 </stdio>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
10 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.rdata</command>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
11 <inputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
12 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
13 </inputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
14 <outputs>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
15 <data format="rdata" name="output" label="output.rdata" />
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
16 </outputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
17 <help>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
18 **What it does**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
19 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
20 **Input**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
21 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
22 **Output**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
23 GenomicRatioSet object
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
24 </help>
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
25 </tool>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
26 Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output"