Skip to content

Commit

Permalink
Parse blasthits directly from stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskiil committed Nov 21, 2024
1 parent 6a6916a commit 3d410fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bifrost_chewbbaca/rule__blast_genecall.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def run_blastn_and_parse(query_fa, db, assembly_sequences):
full length for rare cases of the same locus appearing twice in one contig.
"""
blastn_cmd = [
'srun', '-p', 'daytime', '-c', '6', '--mem', '25000',
'blastn',
'-query', query_fa,
'-db', db,
Expand Down

0 comments on commit 3d410fa

Please sign in to comment.