# HG changeset patch # User testtool # Date 1498745910 14400 # Node ID ceaf71c74547a5ca63596e732315fee7a461d425 # Parent 6c3be09de899cf296af5615f58590becfb3302fc Uploaded 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)