Skip to content

Commit

Permalink
v1.3.1.2
Browse files Browse the repository at this point in the history
Synchronous changes in Unimod utilities with mzionShiny app.
  • Loading branch information
qzhang503 committed Jul 31, 2023
1 parent be13f88 commit fbfc976
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 215 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mzion
Type: Package
Title: Proteomics Database Searches of Mass-spectrometrirc Data
Version: 1.3.1
Version: 1.3.1.2
Authors@R:
person(given = "Qiang",
family = "Zhang",
Expand Down
1 change: 1 addition & 0 deletions R/msmsmatches.R
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ matchMS <- function (out_path = "~/mzion/outs",
on.exit(
if (exists(".savecall", envir = environment())) {
if (.savecall) {
# Don't: "fun = fun"; seem name collide of `fun` when called from Shiny
tryCatch(save_call2(path = file.path(out_path, "Calls"), fun = "matchMS"),
error = function(e) NA)
}
Expand Down
Loading

0 comments on commit fbfc976

Please sign in to comment.