Skip to content

Commit

Permalink
Merge pull request #167 from rcastelo/166-res-igsva-seem-not-work-whe…
Browse files Browse the repository at this point in the history
…n-use-data-from-workspace

fix issue by updating argument name used in shiny app
  • Loading branch information
axelklenk authored May 7, 2024
2 parents 3280b36 + 2bdf403 commit 1bfb02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: GSVA
Version: 1.53.0
Version: 1.53.1
Title: Gene Set Variation Analysis for Microarray and RNA-Seq Data
Authors@R: c(person("Robert", "Castelo", role=c("aut", "cre"), email="[email protected]"),
person("Justin", "Guinney", role="aut", email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion inst/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function(input, output, session) {
tau=isolate(argInp[["selectedTau"]]()),
maxDiff=isolate(argInp[["mxDiff"]]()),
absRanking=isolate(argInp[["absRanking"]]())))
result <- gsva(expr=param, verbose=TRUE)
result <- gsva(param=param, verbose=TRUE)
sink()
## when gsva() ends, we reset the console text file to empty
write("", file=rout)
Expand Down

0 comments on commit 1bfb02a

Please sign in to comment.