Skip to content
Snippets Groups Projects
Commit 64e5f664 authored by nservant's avatar nservant
Browse files

[MODIF] update base config

parent 406b02a0
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,6 @@ process { ...@@ -19,11 +19,6 @@ process {
maxRetries = 1 maxRetries = 1
maxErrors = '-1' maxErrors = '-1'
// NOTE - Only one of the labels below are used in the fastqc process in the main script.
// If possible, it would be nice to keep the same label naming convention when
// adding in your processes.
// nf-core: Customise requirements for specific processes.
// See https://www.nextflow.io/docs/latest/config.html#config-process-selectors
withLabel:process_low { withLabel:process_low {
cpus = { check_max( 1 * task.attempt, 'cpus' ) } cpus = { check_max( 1 * task.attempt, 'cpus' ) }
memory = { check_max( 4.GB * task.attempt, 'memory' ) } memory = { check_max( 4.GB * task.attempt, 'memory' ) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment