Skip to content

Commit

Permalink
chore: Remove hidden default logo param
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Mar 31, 2024
1 parent 82059cf commit 8bb370e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Less common options for the pipeline, typically set in a config file.
| `monochrome_logs` | Do not use coloured log outputs. | `boolean` | | | True |
| `hook_url` | Incoming hook URL for messaging service <details><summary>Help</summary><small>Incoming hook URL for messaging service. Currently, MS Teams and Slack are supported.</small></details>| `string` | | | True |
| `multiqc_config` | Custom config file to supply to MultiQC. | `string` | | | True |
| `multiqc_logo` | Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file | `string` | /home/jvfe/dev/pesquisa/dalmolingroup-euryale/assets/euryale_logo.png | | True |
| `multiqc_logo` | Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file | `string` | | | True |
| `multiqc_methods_description` | Custom MultiQC yaml file containing HTML including a methods description. | `string` | | | |
| `tracedir` | Directory to keep pipeline Nextflow logs and reports. | `string` | ${params.outdir}/pipeline_info | | True |
| `validate_params` | Boolean whether to validate parameters against the schema at runtime | `boolean` | True | | True |
Expand Down
3 changes: 1 addition & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@
"type": "string",
"description": "Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file",
"fa_icon": "fas fa-image",
"hidden": true,
"default": "/home/jvfe/dev/pesquisa/dalmolingroup-euryale/assets/euryale_logo.png"
"hidden": true
},
"multiqc_methods_description": {
"type": "string",
Expand Down

0 comments on commit 8bb370e

Please sign in to comment.