Skip to content

Commit

Permalink
literally seething rn
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Oct 3, 2024
1 parent b5770bf commit c536e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barcode_validator/taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c536e74

Please sign in to comment.