Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvrees committed Oct 31, 2024
1 parent d12120a commit 2a7b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psm_utils/io/diann.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _get_peptide_spectrum_match(self, psm_dict) -> PSM:
peptidoform=self._parse_peptidoform(
psm_dict["Modified.Sequence"], psm_dict["Precursor.Charge"]
),
spectrum_id=psm_dict["MS2.Scan"],
spectrum_id=psm_dict["MS2.Scan"],
run=psm_dict["Run"],
is_decoy=False,
qvalue=psm_dict[
Expand Down

0 comments on commit 2a7b56e

Please sign in to comment.