Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #105 from nf-core/olgabot-patch-6
Browse files Browse the repository at this point in the history
Increase CPUs, memory, and time for SortMeRNA
  • Loading branch information
pranathivemuri authored Oct 20, 2020
2 parents 2df506a + 32a2893 commit a6d7696
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,8 @@ if (!params.remove_ribo_rna) {
sortmerna_logs = Channel.empty()
} else {
process sortmerna_index {
label 'low_memory'
label 'mid_memory_long'
label 'mid_cpu'
tag "${fasta.baseName}"

input:
Expand All @@ -1098,7 +1099,8 @@ if (!params.remove_ribo_rna) {
}

process sortmerna {
label 'low_memory'
label 'mid_memory_long'
label 'mid_cpu'
tag "$name"
publishDir "${params.outdir}/SortMeRNA", mode: "${params.publish_dir_mode}",
saveAs: {filename ->
Expand Down

0 comments on commit a6d7696

Please sign in to comment.