Skip to content

Commit 8d57bea

Browse files
authored
bump threads to 32 blast nr (#382)
* bump threads blastx * linting
1 parent 90b1c3c commit 8d57bea

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)