From fe1a8478bb9e329565cdf02029bcba6f4634eb82 Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Fri, 9 Aug 2024 15:13:17 +0100 Subject: [PATCH] Addition of indicator files, these are saved to the main outdir --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index f7e11c7..6864782 100644 --- a/nextflow.config +++ b/nextflow.config @@ -12,7 +12,7 @@ params { // TODO nf-core: Specify your pipeline's command line flags // Input options input = null - outdir = "${params.outdir}" + outdir = null tracedir = "${params.outdir}/pipeline_info/" // MultiQC options