diff --git a/bifrost_chewbbaca/rule__blast_genecall.py b/bifrost_chewbbaca/rule__blast_genecall.py index 771d35e..591ce0f 100755 --- a/bifrost_chewbbaca/rule__blast_genecall.py +++ b/bifrost_chewbbaca/rule__blast_genecall.py @@ -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,