Skip to content

Commit 3207ff8

Browse files
authored
Merge pull request #41 from ewels/master
Set default params.readPaths
2 parents 1d83e1b + c858fec commit 3207ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ params {
1616
container = 'nfcore/chipseq:latest' // Container slug. Stable releases should specify release tag!
1717

1818
reads = "data/*{1,2}*.fastq.gz"
19+
readPaths = false
1920
macsconfig = "data/macsconfig"
2021
multiqc_config = "$baseDir/conf/multiqc_config.yaml"
2122
extendReadsLen = 100

0 commit comments

Comments
 (0)