From 546b350c8e1dc13ebbd8bcb02c98c66fa1e8c317 Mon Sep 17 00:00:00 2001 From: priesgof Date: Sat, 19 Jun 2021 08:00:27 +0200 Subject: [PATCH 1/2] by default cleanup work folder after execution --- nextflow.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 53ebb31..60ee7be 100644 --- a/nextflow.config +++ b/nextflow.config @@ -28,8 +28,9 @@ env { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] +cleanUp = true -VERSION = "1.4.0" +VERSION = "1.4.1" manifest { name = 'TRON-Bioinformatics/tronflow-bwa' From 92ce9f5f3537ce60437bfe3fa91f981971a99ce2 Mon Sep 17 00:00:00 2001 From: priesgof Date: Sat, 19 Jun 2021 08:14:46 +0200 Subject: [PATCH 2/2] by default cleanup work folder after execution --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 60ee7be..8e88248 100644 --- a/nextflow.config +++ b/nextflow.config @@ -28,13 +28,13 @@ env { // Capture exit codes from upstream processes when piping process.shell = ['/bin/bash', '-euo', 'pipefail'] -cleanUp = true +cleanup = true VERSION = "1.4.1" manifest { name = 'TRON-Bioinformatics/tronflow-bwa' - author = 'Pablo Riesgo-Ferreiro' + author = 'Pablo Riesgo-Ferreiro, RĂ¼diger Siek' homePage = 'https://github.com/TRON-Bioinformatics/tronflow-bwa' description = 'BWA alignment pipeline' mainScript = 'main.nf'