Skip to content

Commit

Permalink
Bit more documentation on the USIs wich require a charge
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Oct 29, 2024
1 parent 7be52cf commit f2e3ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/io/proxi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ pub enum PROXIErrorType {
/// The dataset identifier is not of a recognisable format, commonly PXD identifiers are used eg 'PXD004939', but see the USI spec for more details
#[serde(rename = "UnrecognizedIdentifierFormat")]
UnrecognizedIdentifierFormat,
/// The interpretation part of the USI is unable to be parsed, note that some PROXI backends require the addition of a charge to all peptides
/// The interpretation part of the USI is unable to be parsed, note that some PROXI backends
/// require the addition of a charge to all peptides. Additionally, the PROXI servers do not
/// require the existence of the interpretation part of the USI, so removing this field before
/// sending the request might help prevent errors.
#[serde(rename = "MalformedInterpretation")]
MalformedInterpretation,
/// The index flag (scan/index/nativeid) is malformed
Expand Down

0 comments on commit f2e3ba6

Please sign in to comment.