From c858fecb70e7a72b671c2bb57370adad945f455d Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 10 Aug 2018 10:21:50 +0200 Subject: [PATCH] Set default params.readPaths We added the new `params.readPaths` for the test config, however it doesn't have a default value set so we get a warning from nextflow. --- nextflow.config | 1 + 1 file changed, 1 insertion(+) diff --git a/nextflow.config b/nextflow.config index 824242fbe..b578b522e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -16,6 +16,7 @@ params { container = 'nfcore/chipseq:latest' // Container slug. Stable releases should specify release tag! reads = "data/*{1,2}*.fastq.gz" + readPaths = false macsconfig = "data/macsconfig" multiqc_config = "$baseDir/conf/multiqc_config.yaml" extendReadsLen = 100