Skip to content

Commit 04ae78a

Browse files
committed
add "local" to setGemmaPath
1 parent 1984030 commit 04ae78a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/body.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ setGemmaPath <- function(path){
1717
path <- "https://gemma.msl.ubc.ca/rest/v2/"
1818
} else if(path == 'staging'){
1919
path <- "https://staging-gemma.msl.ubc.ca/rest/v2/"
20+
} else if(path == "local"){
21+
path <- "http://localhost:8080/rest/v2/"
2022
}
2123
options(gemma.API = path)
2224
gemmaPath()

0 commit comments

Comments
 (0)