annotate GRsetFromGEO/GRsetFromGEO.xml @ 49:bd3036f7baf4 draft

Uploaded
author testtool
date Thu, 10 Aug 2017 06:17:20 -0400
parents b68434e4db0e
children 119dad795f32
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>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
5 </requirements>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
6 <stdio>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
7 <exit_code range="1:" />
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
8 </stdio>
47
b68434e4db0e Uploaded
testtool
parents: 46
diff changeset
9 <command>Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output"</command>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
10 <inputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
11 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
12 </inputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
13 <outputs>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
14 <data format="rdata" name="output" label="output.rdata" />
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
15 </outputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
16 <help>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
17 **What it does**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
18 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
19 **Input**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
20 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
21 **Output**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
22 GenomicRatioSet object
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
23 </help>
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
24 </tool>