From 738cb1d4b545373fadefef648693d68251161a9e Mon Sep 17 00:00:00 2001 From: Erin Young Date: Tue, 21 May 2024 14:43:35 -0600 Subject: [PATCH] updated to 16.15.0 --- modules/local/datasets.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/datasets.nf b/modules/local/datasets.nf index 83c7754..f38f447 100644 --- a/modules/local/datasets.nf +++ b/modules/local/datasets.nf @@ -2,7 +2,7 @@ process datasets_summary { tag "${taxon}" label "process_single" publishDir params.outdir, mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename } - container 'staphb/ncbi-datasets:16.10.3' + container 'staphb/ncbi-datasets:16.15.0' time '1h' errorStrategy { task.attempt < 2 ? 'retry' : 'ignore' }