Skip to content

Commit

Permalink
fix: null -> empty
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jun 1, 2021
1 parent 789ea5f commit 7763fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ params {
sequencing_center = null // No sequencing center to be written in BAM header in MapReads process
multiqc_config = false
monochrome_logs = false // Monochrome logs disabled
email = null // No default email
email = "" // No default email
email_on_fail = false
plaintext_email = false // Plaintext email disabled
max_multiqc_email_size = 25.MB
Expand Down
1 change: 0 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@
},
"email": {
"type": "string",
"default": null,
"description": "Email address for completion summary.",
"fa_icon": "fas fa-envelope",
"help_text": "Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (`~/.nextflow/config`) then you don't need to specify this on the command line for every run.",
Expand Down

0 comments on commit 7763fe4

Please sign in to comment.