Skip to content
Snippets Groups Projects
Commit 1fa6ed3c authored by meowcat's avatar meowcat Committed by GitHub
Browse files

Fix an argument misassignment that's probably been there for two years

parent 1907ec24
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ msmsWorkflow <- function(w, mode="pH", steps=c(1:8), confirmMode = FALSE, newRec
} else {
# apply heuristic filter
w@aggregated <- filterMultiplicity(
w, archivename, mode, settings$multiplicityFilter)
w, archivename, mode, multiplicityFilter = settings$multiplicityFilter)
w@aggregated <- processProblematicPeaks(w, mode, archivename)
if(!is.na(archivename))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment