diff --git a/README.md b/README.md index 7b1787c..48d95ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- - nf-core/createtaxdb + + nf-core/createtaxdb

@@ -90,6 +90,8 @@ We thank the following people for their extensive assistance in the development +- Zandra Fagernäs for logo design + ## Contributions and Support If you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md). diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 2829edf..df3e662 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -13,3 +13,7 @@ report_section_order: export_plots: true disable_version_detection: true + +custom_logo: "nf-core-createtaxdb_logo_light_tax.svg" +custom_logo_url: https://nf-co.re/createtaxdb +custom_logo_title: "nf-core/createtaxdb" diff --git a/docs/images/nf-core-createtaxdb_logo_dark_tax.png b/docs/images/nf-core-createtaxdb_logo_dark_tax.png new file mode 100644 index 0000000..c419e4d Binary files /dev/null and b/docs/images/nf-core-createtaxdb_logo_dark_tax.png differ diff --git a/docs/images/nf-core-createtaxdb_logo_dark_tax.svg b/docs/images/nf-core-createtaxdb_logo_dark_tax.svg new file mode 100644 index 0000000..46f019b --- /dev/null +++ b/docs/images/nf-core-createtaxdb_logo_dark_tax.svg @@ -0,0 +1,1184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nf- + +core/ +createtaxdb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/nf-core-createtaxdb_logo_light_tax.png b/docs/images/nf-core-createtaxdb_logo_light_tax.png new file mode 100644 index 0000000..13927f7 Binary files /dev/null and b/docs/images/nf-core-createtaxdb_logo_light_tax.png differ diff --git a/docs/images/nf-core-createtaxdb_logo_light_tax.svg b/docs/images/nf-core-createtaxdb_logo_light_tax.svg new file mode 100644 index 0000000..e15ad35 --- /dev/null +++ b/docs/images/nf-core-createtaxdb_logo_light_tax.svg @@ -0,0 +1,1184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + nf- + +core/ +createtaxdb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/workflows/createtaxdb.nf b/workflows/createtaxdb.nf index fa0fe83..c0a1b5c 100644 --- a/workflows/createtaxdb.nf +++ b/workflows/createtaxdb.nf @@ -195,7 +195,7 @@ workflow CREATETAXDB { 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-createtaxdb_logo_light_tax.png", checkIfExists: true) summary_params = paramsSummaryMap( workflow, parameters_schema: "nextflow_schema.json")