Skip to content

Commit a43d025

Browse files
authored
Update app.R to fix function name
1 parent 211eb80 commit a43d025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.seqera/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ library(markdown)
99
esel <- readRDS("data.rds")
1010

1111
# Prepare the Shiny app using the loaded RNA-seq dataset
12-
app <- prepareApp("rnaseq", esel)
12+
app <- prepare_app("rnaseq", esel)
1313

1414
# Launch the Shiny application
1515
shiny::shinyApp(app$ui, app$server)

0 commit comments

Comments
 (0)