Skip to content

Commit

Permalink
Adapt data path to shiny deployment constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Feb 16, 2021
1 parent 609f249 commit 6b9f121
Show file tree
Hide file tree
Showing 2 changed files with 4,802 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server <- function(input, output,session) {
# Data sources dependent input file
g_src<-switch (input$data_src,
"wk" = "influences.graphml",
"inpho" = "inpho/inpho.graphml")
"inpho" = "inpho.graphml")
# Read the network object
read_graph(g_src, format = "graphml")
})
Expand Down
Loading

0 comments on commit 6b9f121

Please sign in to comment.