Hi, I try to run the GREP2 for the new dataset, I just follow the GEO_data_processing.R but get the error,
In folder "data/user_geo_request/" I only saw the test.txt file with empty content. , how I can fix it?
For example, I want to do with the dataset: GSE22666
library(GREP2)
logdir <- "data/user_geo_request/"
destdir <- "data/user_geo_request/"
cat(paste("STEP 1: Processing starts... ","\n",sep=""),file=paste0(logdir,"/",geo_series_acc,"/log.txt"))
Error in paste0(logdir, "/", geo_series_acc, "/log.txt") :
object 'geo_series_acc' not found
Hi, I try to run the GREP2 for the new dataset, I just follow the GEO_data_processing.R but get the error, In folder "data/user_geo_request/" I only saw the test.txt file with empty content. , how I can fix it? For example, I want to do with the dataset: GSE22666
library(GREP2)