Skip to content

Commit 22c7b89

Browse files
authored
Merge pull request #111 from compomics/fix/pepxml-issue-108
Fix potential downstream issues because pepxml-read PSM had `rescoring_features=None`
2 parents 6258c87 + d42c8c2 commit 22c7b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psm_utils/io/pepxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ def _parse_psm(self, spectrum_query: dict, search_hit: dict) -> PSM:
153153
for key in search_hit["search_score"]
154154
}
155155
),
156-
rescoring_features=None,
156+
rescoring_features=dict(),
157157
)

0 commit comments

Comments
 (0)