Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Feb 5, 2024
1 parent 0cc7ca4 commit 78e7e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sage-cloudpath/src/mzml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ impl MzMLReader {
ION_INJECTION_TIME => {
spectrum.ion_injection_time = extract_value!(ev);
}
INVERSE_ION_MOBILITY => {
precursor.inverse_ion_mobility = Some(extract_value!(ev));
}
_ => {}
}
}
Expand Down

0 comments on commit 78e7e85

Please sign in to comment.