We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24f2a00 + e89ea96 commit 6258c87Copy full SHA for 6258c87
psm_utils/io/idxml.py
@@ -194,7 +194,7 @@ def _parse_psm(
194
score=peptide_hit.getScore(),
195
precursor_mz=peptide_id.getMZ(),
196
retention_time=peptide_id.getRT(),
197
- # NOTE: ion mobility will be supported by OpenMS in the future
+ ion_mobility=float(im) if (im := peptide_id.getMetaValue("IM")) is not None else None,
198
protein_list=[
199
accession.decode() for accession in peptide_hit.extractProteinAccessionsSet()
200
],
0 commit comments