From c536e744694a6c652fc2e51fff9a2d7a8108fad0 Mon Sep 17 00:00:00 2001 From: Rutger Vos Date: Thu, 3 Oct 2024 17:47:05 +0200 Subject: [PATCH] literally seething rn --- barcode_validator/taxonomy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcode_validator/taxonomy.py b/barcode_validator/taxonomy.py index bb16b6f..f7d7ce0 100644 --- a/barcode_validator/taxonomy.py +++ b/barcode_validator/taxonomy.py @@ -41,7 +41,7 @@ def run_localblast(self, sequence, constraint, level='family'): :param level: The taxonomic level at which to collect higher taxa, e.g. only return distinct families :return: A list of distinct higher taxa at the specified rank """ - self.logger.info("Running local BLASTN...") + self.logger.info(f"Running local BLASTN with constraint {constraint} at level {level}") # Check if there is a sequence if len(sequence.seq) == 0: