Skip to content

Commit

Permalink
v1.2.4.1
Browse files Browse the repository at this point in the history
Speed optimzation
  • Loading branch information
qzhang503 committed May 1, 2023
1 parent 9a8ecd1 commit 8c8248d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/msmsmatches.R
Original file line number Diff line number Diff line change
Expand Up @@ -1354,11 +1354,6 @@ matchMS <- function (out_path = "~/mzion/outs",
add_ms2moverzs = add_ms2moverzs,
add_ms2ints = add_ms2ints,
digits = digits)

hadd_primatches(out_path = out_path,
add_ms2theos = add_ms2theos, add_ms2theos2 = add_ms2theos2,
add_ms2moverzs = add_ms2moverzs, add_ms2ints = add_ms2ints,
index_mgf_ms2 = index_mgf_ms2)
}

## Peptide FDR
Expand Down
5 changes: 5 additions & 0 deletions R/scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,11 @@ calc_pepscores <- function (topn_ms2ions = 100L, type_ms2ions = "by",
n_cores = detect_cores(16L),
digits = digits)

hadd_primatches(out_path = out_path,
add_ms2theos = add_ms2theos, add_ms2theos2 = add_ms2theos2,
add_ms2moverzs = add_ms2moverzs, add_ms2ints = add_ms2ints,
index_mgf_ms2 = index_mgf_ms2)

.savecall <- TRUE

invisible(NULL)
Expand Down

0 comments on commit 8c8248d

Please sign in to comment.