Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Jan 30, 2025
1 parent be7bed5 commit abe6c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/idseq-dag/idseq_dag/steps/blast_contigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def run_blast_nr(blast_index_path, blast_m8, assembled_contig, reference_fasta,
"-num_alignments",
5,
"-num_threads",
32 # blastx times out occasionally so bumping to 32
32 # blastx times out occasionally so bumping to 32
]
)
)
Expand Down

0 comments on commit abe6c11

Please sign in to comment.