Skip to content

Commit

Permalink
undid last commit :(
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis committed Oct 23, 2024
1 parent 80382ac commit ff9a1f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mzLib/Proteomics/PSM/PsmFromTsv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public class PsmFromTsv : SpectrumMatchFromTsv
public int? BetaPeptideRank { get; }
public List<MatchedFragmentIon> BetaPeptideMatchedIons { get; }
public Dictionary<int, List<MatchedFragmentIon>> BetaPeptideChildScanMatchedIons { get; }
/// <summary>
/// If Crosslink, this contains the alpha and beta sequences. Otherwise, it contains the full sequence
/// </summary>
public string UniqueSequence { get; }
public double? XLTotalScore { get; }
public string ParentIons { get; }

Expand Down

0 comments on commit ff9a1f0

Please sign in to comment.