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.
1 parent fcf34e9 commit f40e952Copy full SHA for f40e952
psm_utils/io/idxml.py
@@ -187,7 +187,7 @@ def _parse_psm(
187
score=peptide_hit.getScore(),
188
precursor_mz=peptide_id.getMZ(),
189
retention_time=peptide_id.getRT(),
190
- # NOTE: ion mobility will be supported by OpenMS in the future
+ ion_mobility=float(peptide_id.getMetaValue("IM")) if peptide_id.getMetaValue("IM") is not None else None
191
protein_list=[
192
accession.decode() for accession in peptide_hit.extractProteinAccessionsSet()
193
],
0 commit comments