Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DIMS/PeakFinding.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for (scanmode in scanmodes) {
techreps_scanmode <- techreps_passed[grep(scanmode, techreps_passed[, 3]), ]
# if techrep is ok, it will be found. If not, skip this techrep.
if (length(grep(techrepl_name, techreps_scanmode)) == 0) {
break
next
}

# put mz and intensities into dataframe
Expand Down
Loading