Skip to content

Commit

Permalink
bugfix: this should be a megablast
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Jun 9, 2024
1 parent 5436346 commit 413a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ process {
}

withName: "BLAST_BLASTN" {
ext.args = "-outfmt '6 qseqid staxids bitscore std' -max_target_seqs 10 -max_hsps 1 -evalue 1.0e-10 -lcase_masking -dust '20 64 1'"
ext.args = "-task megablast -outfmt '6 qseqid staxids bitscore std' -max_target_seqs 10 -max_hsps 1 -evalue 1.0e-10 -lcase_masking -dust '20 64 1'"
}

withName: "CUSTOM_DUMPSOFTWAREVERSIONS" {
Expand Down

0 comments on commit 413a84d

Please sign in to comment.