From c17e379cb8d71f1c1397bb052c4a6cf8d784bc34 Mon Sep 17 00:00:00 2001 From: chriswyatt1 Date: Tue, 11 Jun 2024 06:30:29 +0000 Subject: [PATCH] update nf-amazon plugin fixes issue --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index f857d58..a1c2643 100644 --- a/nextflow.config +++ b/nextflow.config @@ -40,7 +40,7 @@ params { plugins { id 'nf-co2footprint@1.0.0-beta' id 'nf-validation@1.1.3' - id 'nf-amazon@2.1.4' + id 'nf-amazon@2.5.2' } def timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')