Skip to content

Commit

Permalink
set default values to null
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Feb 5, 2025
1 parent 8749ac1 commit 4cdc76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params {
remove_adapter = true // [true, false]

// Options: tooling
skip_tools = [] // list [fastp, fastqc, kraken, multiqc, checkqc, falco, md5sum, samshee]
skip_tools = null // list [fastp, fastqc, kraken, multiqc, checkqc, falco, md5sum, samshee]

// seqtk sample options
sample_size = 100000
Expand All @@ -36,7 +36,7 @@ params {
strandedness = "auto" // enum string [auto, reverse, forward, unstranded]

// Options: CheckQC
checkqc_config = [] // file .yaml
checkqc_config = null // file .yaml

// MultiQC options
multiqc_config = null
Expand Down

0 comments on commit 4cdc76b

Please sign in to comment.