Skip to content

Commit

Permalink
Merge pull request #615 from nf-core/new-logo
Browse files Browse the repository at this point in the history
Add new logo
  • Loading branch information
jfy133 authored May 10, 2024
2 parents 600e458 + a4d9de2 commit 9d6e7ef
Show file tree
Hide file tree
Showing 8 changed files with 669 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [#615](https://github.com/nf-core/mag/pull/615) Add new logo (by @jfy133)

### `Changed`

- [#599](https://github.com/nf-core/mag/pull/599) Update to nf-core v2.13.1 `TEMPLATE` (by @jfy133)
- [#614](https://github.com/nf-core/mag/pull/614) Update to nf-core v2.14.1 `TEMPLATE` (by @jfy133)

### `Fixed`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/nf-core-mag_logo_dark.png">
<img alt="nf-core/mag" src="docs/images/nf-core-mag_logo_light.png">
<source media="(prefers-color-scheme: dark)" srcset="docs/images/mag_logo_mascot_dark.png">
<img alt="nf-core/mag" src="docs/images/mag_logo_mascot_light.png">
</picture>
</h1>

Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extra_fn_clean_exts:
- "_fastp"

## Prettification
custom_logo: "nf-core-mag_logo_light.png"
custom_logo: "mag_logo_mascot_light.png"
custom_logo_url: https://github.com/nf-core/mag/
custom_logo_title: "nf-core/mag"

Expand Down
Binary file added docs/images/mag_logo_mascot_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
331 changes: 331 additions & 0 deletions docs/images/mag_logo_mascot_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mag_logo_mascot_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
331 changes: 331 additions & 0 deletions docs/images/mag_logo_mascot_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion workflows/mag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ workflow MAG {
Channel.empty()
ch_multiqc_logo = params.multiqc_logo ?
Channel.fromPath(params.multiqc_logo, checkIfExists: true) :
Channel.empty()
Channel.fromPath("${workflow.projectDir}/docs/images/mag_logo_mascot_light.png", checkIfExists: true)

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

0 comments on commit 9d6e7ef

Please sign in to comment.