Skip to content

Commit aed87e9

Browse files
author
stefanks
committed
fix
1 parent aa9fc90 commit aed87e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EngineLayer/Analysis/AnalysisEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ protected override MyResults RunSpecific()
556556
{
557557
Dictionary<CompactPeptide, HashSet<PeptideWithSetModifications>> local = compactPeptideToProteinPeptideMatching.ToDictionary(b => b.Key, b => new HashSet<PeptideWithSetModifications>());
558558
for (int i = fff.Item1; i < fff.Item2; i++)
559-
foreach (var peptideWithPossibleModifications in proteinList[i].Digest(protease, maximumMissedCleavages, InitiatorMethionineBehavior.Variable, fixedModifications))
559+
foreach (var peptideWithPossibleModifications in proteinList[i].Digest(protease, maximumMissedCleavages, initiatorMethionineBehavior, fixedModifications))
560560
{
561561
if (peptideWithPossibleModifications.Length <= 1)
562562
continue;

0 commit comments

Comments
 (0)