Skip to content

Commit 9bdc949

Browse files
committed
g
1 parent 38bf019 commit 9bdc949

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mzLib/UsefulProteomicsDatabases/ProteinXmlEntry.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,12 @@ internal RNA ParseRnaEndElement(XmlReader xml, IEnumerable<string> modTypesToExc
410410
/// This method is called when the end of an &lt;entry&gt; element is reached during XML parsing.
411411
/// It performs several key tasks:
412412
/// <list type="bullet">
413-
/// <item>Sanitizes the parsed sequence (e.g., replacing invalid amino acids with 'X').</item>
414-
/// <item>Prunes any sequence variants whose coordinates exceed the sequence length.</item>
415-
/// <item>Resolves and attaches all annotated modifications, excluding those of specified types or unknowns.</item>
416-
/// <item>Determines if the protein is a decoy based on the accession and decoy identifier.</item>
417-
/// <item>Aggregates all parsed data (gene names, proteolysis products, sequence variations, disulfide bonds, splice sites, database references, and sequence attributes) into a new <see cref="Protein"/> instance.</item>
418-
/// <item>Clears the internal state of the <see cref="ProteinXmlEntry"/> to prepare for parsing the next entry.</item>
413+
/// <item> Sanitizes the parsed sequence (e.g., replacing invalid amino acids with 'X').</item>
414+
/// <item> Prunes any sequence variants whose coordinates exceed the sequence length.</item>
415+
/// <item> Resolves and attaches all annotated modifications, excluding those of specified types or unknowns.</item>
416+
/// <item> Determines if the protein is a decoy based on the accession and decoy identifier.</item>
417+
/// <item> Aggregates all parsed data (gene names, proteolysis products, sequence variations, disulfide bonds, splice sites, database references, and sequence attributes) into a new <see cref="Protein"/> instance.</item>
418+
/// <item> Clears the internal state of the <see cref="ProteinXmlEntry"/> to prepare for parsing the next entry.</item>
419419
/// </list>
420420
/// If either the accession or sequence is missing, returns <c>null</c>.
421421
/// </summary>

0 commit comments

Comments
 (0)