Skip to content

Commit

Permalink
cleanup debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Dec 2, 2024
1 parent 2233839 commit c612785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion casanovo/data/db_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def __init__(
)
self.tokenizer = tokenizer
self.db_peptides = self._digest_fasta(peptide_generator)
self.db_peptides.to_csv("data/db_upgrade_new_mods.csv")
self.precursor_tolerance = precursor_tolerance
self.isotope_error = isotope_error

Expand Down

0 comments on commit c612785

Please sign in to comment.