diff --git a/config/nextflow_config/compute_resources.config b/config/nextflow_config/compute_resources.config index 4ead56c..f7fe55d 100644 --- a/config/nextflow_config/compute_resources.config +++ b/config/nextflow_config/compute_resources.config @@ -1,6 +1,10 @@ process { + withName: 'FASTQC' { + time = '12h' + } withName: 'FASTQ_SCREEN' { memory = '4G' + time = '12h' } withName: 'GET_QC_THRESHOLDS' { errorStrategy = 'ignore'