Repository 'get_gr_set'
hg clone https://toolshed.g2.bx.psu.edu/repos/testtool/get_gr_set

Changeset 26:b003e02d1ea4 (2017-07-10)
Previous changeset 25:b2a0cc48c838 (2017-07-10) Next changeset 27:d492a31c50f1 (2017-07-10)
Commit message:
Deleted selected files
removed:
GRsetFromGEO.xml
b
diff -r b2a0cc48c838 -r b003e02d1ea4 GRsetFromGEO.xml
--- a/GRsetFromGEO.xml Mon Jul 10 08:58:24 2017 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,18 +0,0 @@
-<tool id="getGRset" name="GRsetFromGEO">
-  <description>downloads data from GEO</description>
-  <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command>
-  <inputs>
-    <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
-  </inputs>
-  <outputs>
-    <data format="RDdata" name="output" label="output.RData" />
-  </outputs>
-  <help>
-    **What it does**
-    This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
-    **Input**
-    The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
-    **Output**
-    GenomicRatioSet object
-  </help>
-</tool>