Mercurial > repos > testtool > get_gr_set
changeset 16:ceaf71c74547 draft
Uploaded
author | testtool |
---|---|
date | Thu, 29 Jun 2017 10:18:30 -0400 |
parents | 6c3be09de899 |
children | 3431c6054674 |
files | GRsetFromGEO/GRsetFromGEO.R |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)