Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Disabled logging of the intermediate blast responses
Browse files Browse the repository at this point in the history
  • Loading branch information
falquaddoomi committed Sep 24, 2019
1 parent 5a15db5 commit ddea7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/support/blaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
if not MOCK_BLAST else "http://localhost:5000/api/mock_blast"
)

LOG_STEPS = True
LOG_STEPS = False
LOG_TEMPLATE = os.path.join('logs', 'seq_%(seq)s_%(id)s-%(step)s.html')


Expand Down

0 comments on commit ddea7b2

Please sign in to comment.