Skip to content

Commit

Permalink
Merge pull request #1118 from nf-core/maxulysse-patch-2
Browse files Browse the repository at this point in the history
Add regex for MultiQC max email size
  • Loading branch information
ewels authored Jun 21, 2021
2 parents afbed88 + 3a9fafd commit 9ccd25c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nf_core/pipeline-template/nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"max_multiqc_email_size": {
"type": "string",
"description": "File size limit when attaching MultiQC reports to summary emails.",
"pattern": "^\\d+(\\.\\d+)?\\.?\\s*(K|M|G|T)?B$",
"default": "25.MB",
"fa_icon": "fas fa-file-upload",
"hidden": true
Expand Down

0 comments on commit 9ccd25c

Please sign in to comment.