Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
trishorts committed Sep 8, 2023
2 parents 479f7d2 + 95a2afb commit 0fed513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MetaMorpheus/TaskLayer/XLSearchTask/WriteFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ public static void WriteProteinGlycoLocalization(Dictionary<(string proteinAcces
Dictionary<string, HashSet<string>> localizedglycans = new Dictionary<string, HashSet<string>>();
foreach (var item in glycoProteinParsimony.Where(p=>p.Value.IsLocalized && p.Value.MinQValue <= 0.01))
{

var key = item.Key.proteinAccession + "#" + item.Key.proteinPosition;
if ( localizedglycans.ContainsKey(key))
{
Expand Down

0 comments on commit 0fed513

Please sign in to comment.