Skip to content

Commit

Permalink
lower ptm rank common
Browse files Browse the repository at this point in the history
  • Loading branch information
U-DESKTOP-PP8NT74\lschaffer2 committed Feb 25, 2019
1 parent 23452a4 commit 14e7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProteoformSuiteInternal/UnlocalizedModification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public UnlocalizedModification(Modification m)
require_proteoform_without_mod = false;

if (m.ModificationType == "Common")
ptm_rank = 1;
ptm_rank = 2;
else if (m.ModificationType == "Deconvolution Error")
ptm_rank = 1;
else
Expand Down

0 comments on commit 14e7509

Please sign in to comment.