Skip to content

Commit be7bed5

Browse files
committed
bump threads blastx
1 parent 90b1c3c commit be7bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/idseq-dag/idseq_dag/steps/blast_contigs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def run_blast_nr(blast_index_path, blast_m8, assembled_contig, reference_fasta,
346346
"-num_alignments",
347347
5,
348348
"-num_threads",
349-
16
349+
32 # blastx times out occasionally so bumping to 32
350350
]
351351
)
352352
)

0 commit comments

Comments
 (0)