We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1984030 commit 04ae78aCopy full SHA for 04ae78a
R/body.R
@@ -17,6 +17,8 @@ setGemmaPath <- function(path){
17
path <- "https://gemma.msl.ubc.ca/rest/v2/"
18
} else if(path == 'staging'){
19
path <- "https://staging-gemma.msl.ubc.ca/rest/v2/"
20
+ } else if(path == "local"){
21
+ path <- "http://localhost:8080/rest/v2/"
22
}
23
options(gemma.API = path)
24
gemmaPath()
0 commit comments