Skip to content

Commit

Permalink
added logging msg to blast
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini committed Mar 26, 2024
1 parent 4d67b8f commit 2fda40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arctic3d/modules/blast.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def blast_local(fasta_file, db):

out = p.stdout.decode("utf-8").split(os.linesep)
uniprot_id = out[0].split("\t")[1]
log.info(f"BLAST Uniprot ID: {uniprot_id}")
return uniprot_id


Expand Down

0 comments on commit 2fda40a

Please sign in to comment.