Skip to content

Commit

Permalink
Merge branch 'draft_assemblies' into more_published_files
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Jun 9, 2024
2 parents c00c72a + 413a84d commit 7363ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ process {

withName: "BLAST_BLASTN" {
cpus = { check_max( 24 * task.attempt, 'cpus' ) }
memory = { check_max( 100.MB * task.attempt, 'memory' ) }
memory = { check_max( 1.GB * task.attempt, 'memory' ) }
time = { check_max( 12.h * task.attempt, 'time' ) }
}

Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 7363ac0

Please sign in to comment.