Skip to content

Commit

Permalink
Update PeptideWithSetModifications.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
elaboy committed Oct 10, 2023
1 parent 42cb591 commit 1369921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PeptideWithSetModifications : ProteolyticPeptide
/// Dictionary of modifications on the peptide. The N terminus is index 1.
/// The key indicates which residue modification is on (with 1 being N terminus).
/// </summary>
[NonSerialized] private Dictionary<int, Modification> _allModsOneIsNterminus; //we currently only allow one mod per position
[NonSerialized] protected Dictionary<int, Modification> _allModsOneIsNterminus; //we currently only allow one mod per position
[NonSerialized] protected bool? _hasChemicalFormulas;
[NonSerialized] private string _sequenceWithChemicalFormulas;
[NonSerialized] protected double? _monoisotopicMass;
Expand Down

0 comments on commit 1369921

Please sign in to comment.