We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99b2a5 commit c3210b2Copy full SHA for c3210b2
MetaMorpheus/EngineLayer/DIA/DIAEngine.cs
@@ -56,6 +56,7 @@ protected override MetaMorpheusEngineResults RunSpecific()
56
pfGroup.PFgroupIndex = pfGroupIndex;
57
var pseudoScan = PrecursorFragmentsGroup.GetPseudoMs2ScanFromPfGroup(pfGroup, DIAparams.PseudoMs2ConstructionType, CommonParameters, DataFile.FilePath);
58
PseudoMs2Scans.Add(pseudoScan);
59
+ pfGroupIndex++;
60
}
61
return new MetaMorpheusEngineResults(this);
62
0 commit comments