Skip to content

Commit

Permalink
:-(
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Oct 3, 2024
1 parent 39216bc commit b5770bf
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 @@ -57,7 +57,7 @@ def run_localblast(self, sequence, constraint, level='family'):
os.environ['BLASTDB'] = str(self.BLASTDB)
try:
self.blastn.set_query(temp_input_name)
self.blastn.set_taxids([constraint])
self.blastn.set_taxids([str(constraint)])
self.blastn.set_out(f"{temp_input_name}.tsv")
return_code = self.blastn.run()
if return_code != 0:
Expand Down

0 comments on commit b5770bf

Please sign in to comment.