Skip to content

Commit

Permalink
Merge pull request #490 from nf-core/minor-fixes
Browse files Browse the repository at this point in the history
Missing changelog, put logo back in MQC report
  • Loading branch information
jfy133 authored May 16, 2024
2 parents e79aa1c + 035ac0c commit 3db8a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [#487](https://github.com/nf-core/taxprofiler/pull/487) Updated to nf-core pipeline template v2.14.1 (added by jfy133)

### `Fixed`

### `Dependencies`
Expand Down
2 changes: 1 addition & 1 deletion workflows/taxprofiler.nf
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ workflow TAXPROFILER {
Channel.empty()
ch_multiqc_logo = params.multiqc_logo ?
Channel.fromPath(params.multiqc_logo, checkIfExists: true) :
Channel.empty()
Channel.fromPath("${workflow.projectDir}/docs/images/nf-core-taxprofiler_logo_custom_light.png", checkIfExists: true)

summary_params = paramsSummaryMap(
workflow, parameters_schema: "nextflow_schema.json")
Expand Down

0 comments on commit 3db8a26

Please sign in to comment.