From fae571a920bcb05c880305aea6038e0a0ac70b5a Mon Sep 17 00:00:00 2001 From: Simon Heumos Date: Wed, 6 Mar 2024 15:39:14 +0100 Subject: [PATCH 1/2] Update nextflow.config Bug --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 27862a9d..a2e73f1d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -296,7 +296,7 @@ def check_max(obj, type) { return obj } } else if (type == 'time') { - try {4 + try { if (obj.compareTo(params.max_time as nextflow.util.Duration) == 1) return params.max_time as nextflow.util.Duration else From 9250435a6bc9979e044c1886dec814b6ec2e213c Mon Sep 17 00:00:00 2001 From: Simon Heumos Date: Wed, 6 Mar 2024 15:41:38 +0100 Subject: [PATCH 2/2] Update nextflow.config --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index a2e73f1d..96de2087 100644 --- a/nextflow.config +++ b/nextflow.config @@ -278,6 +278,7 @@ manifest { nextflowVersion = '!>=23.04.0' version = '1.2.0dev' doi = 'https://doi.org/10.5281/zenodo.8202636' +} // Load modules.config for DSL2 module specific options includeConfig 'conf/modules.config'