From c612785ab74b10edc9447c8e8cb67c6e6651cc85 Mon Sep 17 00:00:00 2001 From: Lilferrit Date: Mon, 2 Dec 2024 15:30:06 -0800 Subject: [PATCH] cleanup debug code --- casanovo/data/db_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/casanovo/data/db_utils.py b/casanovo/data/db_utils.py index e6c039cb..6c5bc69a 100644 --- a/casanovo/data/db_utils.py +++ b/casanovo/data/db_utils.py @@ -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