Skip to content

Commit

Permalink
New logos! MultiQC is now developed and maintained at Seqera Labs.
Browse files Browse the repository at this point in the history
Updated logos and email addresses accordingly.
  • Loading branch information
ewels committed Jan 8, 2023
1 parent 66fea63 commit 8890f5d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Allow path filters without full paths by trying to prefix analysis dir when filtering ([#1308](https://github.com/ewels/MultiQC/issues/1308))
- Fix sorting of table columns with text values
- Don't crash if a barplot is given an empty list of categories ([#1540](https://github.com/ewels/MultiQC/issues/1540))
- New logos! MultiQC is now developed and maintained at [Seqera Labs](https://seqera.io/). Updated logos and email addresses accordingly.

### New Modules

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,14 @@ things with the package author and other developers:
<https://gitter.im/ewels/MultiQC>

If in doubt, feel free to get in touch with the author directly:
[@ewels](https://github.com/ewels) (phil.ewels@scilifelab.se)
[@ewels](https://github.com/ewels) (phil.ewels@seqera.io)

### Contributors

Project lead and main author: [@ewels](https://github.com/ewels)
MultiQC is developed and maintained by Phil Ewels ([@ewels](https://github.com/ewels)) at [Seqera Labs](https://seqera.io/).
It was originally written at the [National Genomics Infrastructure](https://ngisweden.scilifelab.se/), part of [SciLifeLab](https://www.scilifelab.se/) in Sweden.

There are a lot of other code contributors though!
A huge thank you to all code contributors - there are a lot of you!
See the [Contributors Graph](https://github.com/ewels/MultiQC/graphs/contributors) for details.

MultiQC is released under the GPL v3 or later licence.
2 changes: 1 addition & 1 deletion docs/customisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the following saved:

```yaml
report_header_info:
- Contact E-mail: "phil.ewels@scilifelab.se"
- Contact E-mail: "phil.ewels@seqera.io"
- Application Type: "RNA-seq"
- Project Type: "Application"
- Sequencing Platform: "HiSeq 2500 High Output V4"
Expand Down
Binary file removed multiqc/templates/default/assets/img/SciLifeLab.png
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions multiqc/templates/default/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#}

<p>
<a href="http://www.scilifelab.se/" target="_blank" class="pull-right">
<img src="data:image/png;base64,{{ include_file('assets/img/SciLifeLab.png', b64=True) }}" style="height:41px; padding-right: 30px;">
<a href="https://seqera.io/" target="_blank" class="pull-right">
<img src="data:image/png;base64,{{ include_file('assets/img/Seqera-Labs.png', b64=True) }}" style="height:41px; padding-right: 30px;">
</a>
<strong>
<a href="http://multiqc.info" target="_blank">MultiQC v{{ config.version }}</a>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
See the MultiQC website for documentation and tutorial videos: http://multiqc.info
MultiQC was written by Phil Ewels (http://phil.ewels.co.uk) at SciLifeLab Sweden (http://www.scilifelab.se)
MultiQC was written by Phil Ewels (http://phil.ewels.co.uk) at Seqera Labs (https://seqera.io/), originally at SciLifeLab Sweden (http://www.scilifelab.se)
"""

from setuptools import find_packages, setup
Expand All @@ -38,7 +38,7 @@
name="multiqc",
version=version,
author="Phil Ewels",
author_email="phil.ewels@scilifelab.se",
author_email="phil.ewels@seqera.io",
description="Create aggregate bioinformatics analysis reports across many samples and tools",
long_description=__doc__,
keywords=["bioinformatics", "biology", "sequencing", "NGS", "next generation sequencing", "quality control"],
Expand Down

0 comments on commit 8890f5d

Please sign in to comment.