We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f2bcc commit 043d191Copy full SHA for 043d191
RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/local.config
@@ -51,17 +51,17 @@ process {
51
cpus = { 8 }
52
memory = { 8.GB * task.attempt }
53
errorStrategy = 'retry'
54
- maxRetries = 3
+ maxRetries = 4
55
}
56
withName:ALIGN_STAR {
57
58
memory = { 40.GB * task.attempt }
59
60
- maxRetries = 0
+ maxRetries = 3
61
62
withName:'BUILD_STAR_INDEX|BUILD_RSEM_INDEX' {
63
cpus = { 16 * task.attempt }
64
- memory = { 40.GB * task.attempt }
+ memory = { 60.GB * task.attempt }
65
66
// rnaseq_microbes specific
67
withName:'VV_BOWTIE2_ALIGNMENT|VV_FEATURECOUNTS|QUANTIFY_FEATURECOUNTS_GENES|REMOVE_RRNA_FEATURECOUNTS' {
0 commit comments