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

Changeset 16:ceaf71c74547 (2017-06-29)
Previous changeset 15:6c3be09de899 (2017-06-29) Next changeset 17:3431c6054674 (2017-06-29)
Commit message:
Uploaded
modified:
GRsetFromGEO/GRsetFromGEO.R
b
diff -r 6c3be09de899 -r ceaf71c74547 GRsetFromGEO/GRsetFromGEO.R
--- a/GRsetFromGEO/GRsetFromGEO.R Thu Jun 29 08:04:13 2017 -0400
+++ b/GRsetFromGEO/GRsetFromGEO.R Thu Jun 29 10:18:30 2017 -0400
[
@@ -4,9 +4,9 @@
 options('download.file.method'='wget')
 
 args <- commandArgs(trailingOnly = TRUE)
-GSE = args[1] 
+input = args[1] 
 output = args[2] 
 
-GRset <- getGenomicRatioSetFromGEO(GSE)
+GRset <- getGenomicRatioSetFromGEO(input)
 
 save(GRset,file = output)