Skip to content

Commit b3f22f7

Browse files
committed
TargetBind: fix xic
1 parent 598494c commit b3f22f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TargetBind.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ process(path; df, out, mode, εt, εm, fmt_target, fmts) = begin
8787
@info "MS2 preprocessing using xic pattern..."
8888
S = @showprogress map(eachindex(M2), M2, I) do idx_ms, ms, ions
8989
ss = map(ions) do ion
90-
ms2s = getms2s(M2, ion, idx_ms, εt, εm)
90+
ms2s = getms2s(M2, ion, idx_ms, 30, εm)
9191
ms1s = map(ms2 ->M1[ms2.pre], ms2s)
9292
xic1 = map(ms1 -> UniMZ.max_inten_ε(ms1.peaks, ion.mz, εm), ms1s)
9393
return map(ms.peaks) do p

0 commit comments

Comments
 (0)