Skip to content

Commit

Permalink
update hiplot data dir config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored Jul 31, 2024
1 parent 3e3090c commit 0a2ba76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ print(Sys.info())

# Set options and run app

if(dir.exists("/xena")){
if(dir.exists("/app/xena")){
# hiplot
xena.cacheDir = "/xena"
xena.zenodoDir = "/xena/datasets"
xena.cacheDir = "/app/xena"
xena.zenodoDir = "/app/xena/zdatasets"
} else {
# zhoulab
xena.cacheDir = "/home/shiny/apps/xena/cache"
Expand Down

0 comments on commit 0a2ba76

Please sign in to comment.