diff --git a/docs/params.md b/docs/params.md index 08753f0..5a5571c 100644 --- a/docs/params.md +++ b/docs/params.md @@ -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
HelpIncoming hook URL for messaging service. Currently, MS Teams and Slack are supported.
| `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 | diff --git a/nextflow_schema.json b/nextflow_schema.json index 6fd9d4f..0488efe 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -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",