Skip to content

Commit 12d6865

Browse files
authored
Merge pull request #122 from UMCUGenetics/hotfix/v2.7.3
hotfix in DIMS/PeakFinding.R
2 parents 04e3616 + aed04cf commit 12d6865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DIMS/PeakFinding.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for (scanmode in scanmodes) {
3636
techreps_scanmode <- techreps_passed[grep(scanmode, techreps_passed[, 3]), ]
3737
# if techrep is ok, it will be found. If not, skip this techrep.
3838
if (length(grep(techrepl_name, techreps_scanmode)) == 0) {
39-
break
39+
next
4040
}
4141

4242
# put mz and intensities into dataframe

0 commit comments

Comments
 (0)