Skip to content

Commit d1c2ea3

Browse files
authored
Merge pull request #485 from ewels/rename-ewels-multiqc
Rename ewels/MegaQC -> MultiQC/MegaQC
2 parents cf073f0 + 5000d45 commit d1c2ea3

19 files changed

+80
-82
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# TODO: We could also build latex & PDF documentation and upload them as artifacts
4242

4343
- name: Deploy
44-
if: ${{ github.ref == 'refs/heads/master' }}
44+
if: ${{ github.ref == 'refs/heads/main' }}
4545
uses: peaceiris/actions-gh-pages@v3
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Development
1919
* Fix a bug in pytest where we used `scope` as a positional argument
2020
* Update the SubFactoryList to a new version that works with newer FactoryBoy versions
2121

22-
.. _[#430]: https://github.com/ewels/MegaQC/issues/430
23-
.. _[#440]: https://github.com/ewels/MegaQC/pull/440
24-
.. _[#433]: https://github.com/ewels/MegaQC/pull/433
22+
.. _[#430]: https://github.com/MultiQC/MegaQC/issues/430
23+
.. _[#440]: https://github.com/MultiQC/MegaQC/pull/440
24+
.. _[#433]: https://github.com/MultiQC/MegaQC/pull/433
2525

2626
=======
2727

@@ -87,12 +87,12 @@ Internal Changes
8787
- Many and more dependency updates
8888

8989

90-
.. _[#69]: https://github.com/ewels/MegaQC/issues/69
91-
.. _[#138]: https://github.com/ewels/MegaQC/issues/138
92-
.. _[#139]: https://github.com/ewels/MegaQC/issues/139
93-
.. _[#140]: https://github.com/ewels/MegaQC/issues/140
94-
.. _[#148]: https://github.com/ewels/MegaQC/issues/148
95-
.. _[#156]: https://github.com/ewels/MegaQC/issues/156
96-
.. _[#170]: https://github.com/ewels/MegaQC/issues/170
97-
.. _[#194]: https://github.com/ewels/MegaQC/issues/194
98-
.. _[#443]: https://github.com/ewels/MegaQC/pull/443
90+
.. _[#69]: https://github.com/MultiQC/MegaQC/issues/69
91+
.. _[#138]: https://github.com/MultiQC/MegaQC/issues/138
92+
.. _[#139]: https://github.com/MultiQC/MegaQC/issues/139
93+
.. _[#140]: https://github.com/MultiQC/MegaQC/issues/140
94+
.. _[#148]: https://github.com/MultiQC/MegaQC/issues/148
95+
.. _[#156]: https://github.com/MultiQC/MegaQC/issues/156
96+
.. _[#170]: https://github.com/MultiQC/MegaQC/issues/170
97+
.. _[#194]: https://github.com/MultiQC/MegaQC/issues/194
98+
.. _[#443]: https://github.com/MultiQC/MegaQC/pull/443

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MegaQC is a web application that you can install and run on your own
2020
network. It collects and visualises data parsed by MultiQC across multiple runs.
2121
The MegaQC home page looks something like this:
2222

23-
.. figure:: https://raw.githubusercontent.com/ewels/MegaQC/master/docs/source/images/megaqc_homepage.png
23+
.. figure:: https://raw.githubusercontent.com/MultiQC/MegaQC/main/docs/source/images/megaqc_homepage.png
2424
:alt: MegaQC homepage
2525

2626
Screenshot of the MegaQC home page.
@@ -37,11 +37,9 @@ to learn how to install, deploy and use MegaQC.
3737
.. _MultiQC website: http://multiqc.info
3838
.. _GitHub repository: https://github.com/ewels/MultiQC
3939

40-
.. |MegaQC| image:: https://raw.githubusercontent.com/ewels/MegaQC/master/megaqc/static/img/MegaQC_logo.png
41-
.. |Docker| image:: https://img.shields.io/docker/automated/ewels/megaqc.svg?style=flat-square
42-
:target: https://hub.docker.com/r/ewels/megaqc/
43-
.. |Build Status| image:: https://travis-ci.org/ewels/MegaQC.svg?branch=master
44-
:target: https://travis-ci.org/ewels/MegaQC
40+
.. |MegaQC| image:: https://raw.githubusercontent.com/MultiQC/MegaQC/main/megaqc/static/img/MegaQC_logo.png
41+
.. |Docker| image:: https://img.shields.io/docker/automated/multiqc/megaqc.svg?style=flat-square
42+
:target: https://hub.docker.com/r/multiqc/megaqc/
4543
.. |Gitter| image:: https://img.shields.io/badge/gitter-%20join%20chat%20%E2%86%92-4fb99a.svg?style=flat-square
4644
:target: https://gitter.im/ewels/MegaQC
4745
.. |Documentation| image:: https://img.shields.io/badge/Documentation-passing-passing

deployment/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
megaqc:
5-
image: ewels/megaqc
5+
image: multiqc/megaqc
66
build: ..
77
volumes:
88
# Share the static files via a volume

docs/source/_templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h1><a href="index.html"><img src="_static/images/MegaQC_logo_darkbg.svg" title=
2626
<li class="current"><a href="index.html">Home</a></li>
2727
<li><a href="docs/index.html" title="Read the MegaQC documentation">Docs</a></li>
2828
<li><a href="http://multiqc.info/" target="_blank" title="Find out more about MultiQC, which MegaQC relies upon">MultiQC</a></li>
29-
<li><a href="https://gitter.im/ewels/MegaQC" target="_blank" title="Get help by chatting with the developers">Gitter</a></li>
30-
<li><a href="https://github.com/ewels/MegaQC" target="_blank" title="View the code on GitHub">GitHub</a></li>
29+
<li><a href="https://gitter.im/MultiQC/MegaQC" target="_blank" title="Get help by chatting with the developers">Gitter</a></li>
30+
<li><a href="https://github.com/MultiQC/MegaQC" target="_blank" title="View the code on GitHub">GitHub</a></li>
3131
</ul>
3232
</nav>
3333

@@ -186,7 +186,7 @@ <h2>Still not sure?</h2>
186186
<ul class="actions">
187187
<li><a href="docs/index.html" class="button style2">Read the docs</a></li>
188188
<li><a href="#" class="button style1">Try a live demo</a></li>
189-
<li><a href="https://github.com/ewels/MegaQC" target="_blank" class="button style2">See the code</a></li>
189+
<li><a href="https://github.com/MultiQC/MegaQC" target="_blank" class="button style2">See the code</a></li>
190190
</ul>
191191
</header>
192192

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"display_github": True,
6868
# Set the following variables to generate the resulting github URL for each page.
6969
# Format Template: https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}
70-
"github_user": "ewels",
70+
"github_user": "MultiQC",
7171
"github_repo": "MegaQC",
72-
"github_version": "master/docs",
72+
"github_version": "main/docs",
7373
"conf_py_path": "/source/",
7474
}
7575

@@ -95,7 +95,7 @@ def find_source():
9595
filename = "megaqc/%s#L%d-L%d" % find_source()
9696
except Exception:
9797
filename = info["module"].replace(".", "/") + ".py"
98-
tag = "master"
99-
# TODO use this after the first release: tag = 'master' if 'dev' in release else ('v' + release)
98+
tag = "main"
99+
# TODO use this after the first release: tag = 'main' if 'dev' in release else ('v' + release)
100100

101-
return "https://github.com/ewels/megaqc/blob/%s/%s" % (tag, filename)
101+
return "https://github.com/MultiQC/MegaQC/blob/%s/%s" % (tag, filename)

docs/source/docs/dev/backend.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ will likely be SQLite.
1313

1414
Database models are located in `model/models.py`_ and `user/models.py`_.
1515

16-
Database schema migrations
16+
Database schema migrations
1717
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1818

1919
You need to generate a new migration whenever the database schema (ie
@@ -61,16 +61,16 @@ be done inside `test_api.py`_, which tests all REST API endpoints.
6161

6262
.. _flask: https://www.palletsprojects.com/p/flask/
6363
.. _SQLAlchemy: https://docs.sqlalchemy.org/
64-
.. _model/models.py: https://github.com/ewels/MegaQC/blob/master/megaqc/model/models.py
65-
.. _user/models.py: https://github.com/ewels/MegaQC/blob/master/megaqc/user/models.py
66-
.. _megaqc/api: https://github.com/ewels/MegaQC/tree/master/megaqc/api
67-
.. _megaqc/rest_api: https://github.com/ewels/MegaQC/tree/master/megaqc/rest_api
68-
.. _views.py: https://github.com/ewels/MegaQC/blob/master/megaqc/rest_api/views.py
64+
.. _model/models.py: https://github.com/MultiQC/MegaQC/blob/main/megaqc/model/models.py
65+
.. _user/models.py: https://github.com/MultiQC/MegaQC/blob/main/megaqc/user/models.py
66+
.. _megaqc/api: https://github.com/MultiQC/MegaQC/tree/main/megaqc/api
67+
.. _megaqc/rest_api: https://github.com/MultiQC/MegaQC/tree/main/megaqc/rest_api
68+
.. _views.py: https://github.com/MultiQC/MegaQC/blob/main/megaqc/rest_api/views.py
6969
.. _flapison: https://github.com/TMiguelT/flapison
70-
.. _schemas.py: https://github.com/ewels/MegaQC/tree/master/megaqc/rest_api/schemas.py
71-
.. _public/views.py: https://github.com/ewels/MegaQC/tree/master/megaqc/public/views.py
72-
.. _user/views.py: https://github.com/ewels/MegaQC/tree/master/megaqc/user/views.py
70+
.. _schemas.py: https://github.com/MultiQC/MegaQC/tree/main/megaqc/rest_api/schemas.py
71+
.. _public/views.py: https://github.com/MultiQC/MegaQC/tree/main/megaqc/public/views.py
72+
.. _user/views.py: https://github.com/MultiQC/MegaQC/tree/main/megaqc/user/views.py
7373
.. _Jinja2: https://jinja.palletsprojects.com/en/2.11.x/
7474
.. _frontend: ./frontend.md
75-
.. _python_tests: https://github.com/ewels/MegaQC/tree/master/tests
76-
.. _test_api.py: https://github.com/ewels/MegaQC/tree/master/megaqc/api/test_api.py
75+
.. _python_tests: https://github.com/MultiQC/MegaQC/tree/main/tests
76+
.. _test_api.py: https://github.com/MultiQC/MegaQC/tree/main/megaqc/api/test_api.py

docs/source/docs/dev/documentation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Building the documentation locally
1010
The MegaQC documentation requires
1111

1212
1. An installation of MegaQC to fetch the API endpoints and the Click commands.
13-
2. All dependencies specified in the `docs requirements.txt <https://github.com/ewels/MegaQC/blob/master/docs/requirements.txt>`_.
14-
Install them by invoking: ``pip install -r docs/requirements.txt``.
13+
2. All dependencies specified in the `docs requirements.txt <https://github.com/MultiQC/MegaQC/blob/main/docs/requirements.txt>`_.
14+
Install them by invoking: ``pip install -r docs/requirements.txt``.
1515

1616
After having installed all requirements run ``make api-docs && make html`` in the ``docs`` directory.
1717
The generated ``html`` files are found in the ``docs/_build/html`` subfolder.
@@ -20,7 +20,7 @@ Simply open a generated ``html`` file in your favorite browser to read the docum
2020
Publishing the documentation
2121
---------------------------------
2222

23-
On pushes to the ``master`` branch, the documentation is automatically built and pushed
23+
On pushes to the ``main`` branch, the documentation is automatically built and pushed
2424
to the ``gh-pages`` branch. The static html files on this branch are then deployed
2525
to Github Pages and displayed to the outside world.
26-
All of this is done with the `Publish Docs Github Actions workflow <https://github.com/ewels/MegaQC/blob/master/.github/workflows/publish_docs.yaml>`.
26+
All of this is done with the `Publish Docs Github Actions workflow <https://github.com/MultiQC/MegaQC/blob/main/.github/workflows/publish_docs.yaml>`.

docs/source/docs/dev/frontend.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that all new pages going forward should be written using React, to
2222
improve the maintainability of the frontend.
2323

2424
.. _React: https://reactjs.org/
25-
.. _templates: https://github.com/ewels/MegaQC/tree/master/megaqc/templates
26-
.. _static: https://github.com/ewels/MegaQC/tree/master/megaqc/static
27-
.. _react.html: https://github.com/ewels/MegaQC/tree/master/megaqc/templates/public/react.html
28-
.. _src: https://github.com/ewels/MegaQC/tree/master/src
25+
.. _templates: https://github.com/MultiQC/MegaQC/tree/main/megaqc/templates
26+
.. _static: https://github.com/MultiQC/MegaQC/tree/main/megaqc/static
27+
.. _react.html: https://github.com/MultiQC/MegaQC/tree/main/megaqc/templates/public/react.html
28+
.. _src: https://github.com/MultiQC/MegaQC/tree/main/src

docs/source/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Indices and tables
2323
* :ref:`modindex`
2424
* :ref:`search`
2525

26-
.. |MegaQC| image:: https://raw.githubusercontent.com/ewels/MegaQC/master/megaqc/static/img/MegaQC_logo.png
26+
.. |MegaQC| image:: https://raw.githubusercontent.com/MultiQC/MegaQC/main/megaqc/static/img/MegaQC_logo.png

docs/source/docs/installation/installation_dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you’re doing development work, you need access to the source code
1717

1818
.. code:: bash
1919
20-
git clone https://github.com/ewels/MegaQC
20+
git clone https://github.com/MultiQC/MegaQC/
2121
2222
2. Install Dependencies
2323
------------------------------------------------

docs/source/docs/installation/installation_docker.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The MegaQC Docker container
1414
Overview
1515
~~~~~~~~~~
1616

17-
The MegaQC container is based on the `Node container <https://hub.docker.com/_/node>`_
17+
The MegaQC container is based on the `Node container <https://hub.docker.com/_/node>`_
1818
to compile all Javascript scripts and the `Gunicorn Flask container <https://hub.docker.com/r/tiangolo/meinheld-gunicorn-flask/dockerfile>`_
1919
providing Gunicorn, Flask and MegaQC preconfigured for production deployments.
20-
The `Gunicorn Flask <https://hub.docker.com/r/tiangolo/meinheld-gunicorn-flask/dockerfile>`_ container
20+
The `Gunicorn Flask <https://hub.docker.com/r/tiangolo/meinheld-gunicorn-flask/dockerfile>`_ container
2121
is also the one spinning up the final server.
2222

2323
Pulling the docker image from dockerhub
@@ -27,7 +27,7 @@ To run MegaQC with docker, simply use the following command:
2727

2828
.. code:: bash
2929
30-
docker run -p 80:80 ewels/megaqc
30+
docker run -p 80:80 multiqc/megaqc
3131
3232
This will pull the latest image from `dockerhub`_ and run MegaQC on port 80.
3333

@@ -42,21 +42,21 @@ MegaQC code from GitHub. Simply cd to the MegaQC root directory and run
4242

4343
.. code:: bash
4444
45-
docker build . -t ewels/megaqc
45+
docker build . -t multiqc/megaqc
4646
4747
You can then run MegaQC as described above:
4848

4949
.. code:: bash
5050
51-
docker run -p 80:80 ewels/megaqc
51+
docker run -p 80:80 multiqc/megaqc
5252
5353
Configuration
5454
~~~~~~~~~~~~~~~
5555

56-
Besides the sections below it is also recommended to read the
56+
Besides the sections below it is also recommended to read the
5757
`Gunicorn Flask container documentation <https://github.com/tiangolo/meinheld-gunicorn-flask-docker>`_,
5858
which explains how to customize the ``host`` IP where Gunicorn listens
59-
to requests, the ``port`` the container should listen on and ``bind``, the actual
59+
to requests, the ``port`` the container should listen on and ``bind``, the actual
6060
host and port passed to gunicorn, let alone custom Gunicorn configuration files.
6161

6262
Environment variables
@@ -83,21 +83,21 @@ Running MegaQC for example with a custom database password works as follows:
8383

8484
.. code-block:: bash
8585
86-
docker run -e DB_PASS=someotherpassword ewels/megaqc
86+
docker run -e DB_PASS=someotherpassword multiqc/megaqc
8787
8888
Furthermore, be aware that the default latest tag will typically be a development version
8989
and may not be very stable. You can specify a tagged version to run a release instead:
9090

9191
.. code:: bash
9292
93-
docker run -p 80:80 ewels/megaqc:v0.1
93+
docker run -p 80:80 multiqc/megaqc:v0.2.0
9494
9595
Also note that docker will use a local version of the image if it
9696
exists. To pull the latest version of MegaQC use the following command:
9797

9898
.. code:: bash
9999
100-
docker pull ewels/megaqc
100+
docker pull multiqc/megaqc
101101
102102
Using persistent data
103103
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -117,13 +117,13 @@ To create or re-use a docker volume named ``pg_data``:
117117

118118
.. code:: bash
119119
120-
docker run -p 80:80 -v pg_data:/usr/local/lib/postgresql ewels/megaqc
120+
docker run -p 80:80 -v pg_data:/usr/local/lib/postgresql multiqc/megaqc
121121
122122
The same can be done for a log directory volume called ``pg_logs``
123123

124124
.. code:: bash
125125
126-
docker run -p 80:80 -v pg_data:/usr/local/lib/postgresql -v pg_logs:/var/log/postgresql ewels/megaqc
126+
docker run -p 80:80 -v pg_data:/usr/local/lib/postgresql -v pg_logs:/var/log/postgresql multiqc/megaqc
127127
128128
If you did not specify a volume name, docker will have given it a long
129129
hex string as a unique name. If you do not use volumes frequently, you
@@ -181,7 +181,7 @@ on ``localhost:5432``, looks as follows:
181181

182182
.. code:: bash
183183
184-
docker run --network="host" -p 5432 ewels/megaqc
184+
docker run --network="host" -p 5432 multiqc/megaqc
185185
186186
Note that by default ``localhost=127.0.0.1``.
187187

@@ -199,15 +199,15 @@ Overview
199199

200200
The `docker-compose`_ configuration can be accessed in the `deployment folder`_.
201201
The docker-compose configuration provides the :ref:`megaqc_docker_container`,
202-
a `postgres container <https://hub.docker.com/_/postgres>`_ for the SQL database
202+
a `postgres container <https://hub.docker.com/_/postgres>`_ for the SQL database
203203
and a `nginx container <https://hub.docker.com/_/nginx>`_ for the reverse proxy setup.
204204

205205
Usage
206206
~~~~~~~~
207207

208208
Inside the `deployment folder`_ the `docker-compose`_ configuration
209-
together with the associated `.env <https://github.com/ewels/MegaQC/blob/master/deployment/.env>`_ file
210-
are found. To spin up all containers simply run from inside the `deployment folder <https://github.com/ewels/MegaQC/blob/master/deployment>`_:
209+
together with the associated `.env <https://github.com/MultiQC/MegaQC/blob/main/deployment/.env>`_ file
210+
are found. To spin up all containers simply run from inside the `deployment folder <https://github.com/MultiQC/MegaQC/blob/main/deployment>`_:
211211

212212
.. code:: bash
213213
@@ -229,19 +229,19 @@ Environment variables
229229
^^^^^^^^^^^^^^^^^^^^^^^^^^
230230

231231
The default environment variables for MegaQC used when starting the :ref:`megaqc_docker_container`
232-
are defined inside the `.env <https://github.com/ewels/MegaQC/blob/master/deployment/.env>`_ file.
232+
are defined inside the `.env <https://github.com/MultiQC/MegaQC/blob/main/deployment/.env>`_ file.
233233
Simply edit the file and the new environment variables will be passed to the :ref:`megaqc_docker_container`.
234234

235235
Further runtime arguments
236236
^^^^^^^^^^^^^^^^^^^^^^^^^^^
237237

238-
Further runtime arguments can be added to a
238+
Further runtime arguments can be added to a
239239
`command section <https://docs.docker.com/compose/compose-file/#command>`_
240240
inside the `docker-compose`_ configuration file.
241241

242-
.. _deployment_folder: https://github.com/ewels/MegaQC/blob/master/deployment
243-
.. _docker-compose: https://github.com/ewels/MegaQC/blob/master/deployment/docker-compose.yml
244-
.. _dockerhub: https://hub.docker.com/r/ewels/megaqc/
242+
.. _deployment_folder: https://github.com/MultiQC/MegaQC/blob/main/deployment
243+
.. _docker-compose: https://github.com/MultiQC/MegaQC/blob/main/deployment/docker-compose.yml
244+
.. _dockerhub: https://hub.docker.com/r/multiqc/megaqc/
245245

246246
HTTPS
247247
~~~~~
@@ -256,4 +256,4 @@ Then, edit these lines to the full filepath of the respective ``.crt`` and ``.ke
256256
CRT_PATH=./nginx-selfsigned.crt
257257
KEY_PATH=./nginx-selfsigned.key
258258
259-
After this, run the stack as described above, and then you should be able to access MegaQC on ``https://your_hostname``.
259+
After this, run the stack as described above, and then you should be able to access MegaQC on ``https://your_hostname``.

docs/source/docs/installation/installation_prod.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Production
22
=============
33

44
This section explains how to set up a production environment without
5-
the usage of container technologies. If you want to run MegaQC in a
6-
containerized environment please refer to :ref:`docker_installation`.
5+
the usage of container technologies. If you want to run MegaQC in a
6+
containerized environment please refer to :ref:`docker_installation`.
77

88
1. Install the MegaQC package
99
-----------------------------
@@ -169,5 +169,5 @@ If you run an older OS, ensure that the package is installed.
169169

170170
.. _Python MySQL connector: https://dev.mysql.com/downloads/connector/python/2.1.html
171171
.. _PyPI package: https://pypi.python.org/pypi/mysql-connector-python/2.0.4
172-
.. _create an issue: https://github.com/ewels/MegaQC/issues/new
173-
.. _deployment_folder: https://github.com/ewels/MegaQC/blob/master/deployment
172+
.. _create an issue: https://github.com/MultiQC/MegaQC/issues/new
173+
.. _deployment_folder: https://github.com/MultiQC/MegaQC/blob/main/deployment

docs/source/docs/troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Usage
1818

1919
- When creating a violin plot I get an error.
2020

21-
- This is a known issue: https://github.com/ewels/MegaQC/issues/31
21+
- This is a known issue: https://github.com/MultiQC/MegaQC/issues/31
2222

2323
- TypeError: '<' not supported between instances of 'NoneType' and 'float' when trying to compare data
2424

25-
- This is a known issue: https://github.com/ewels/MegaQC/issues/156
25+
- This is a known issue: https://github.com/MultiQC/MegaQC/issues/156
2626
- Please ensure that your reports do not have missing fields

megaqc/templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>
77
<a href="http://multiqc.info/db" target="_blank">MegaQC v{{ version }}</a>
88
- Written by Phil Ewels, Denis Moreno, Michael Milton, Tor Solli-Nowlan and Lukas Heumos,
9-
available on <a href="https://github.com/ewels/MegaQC" target="_blank">GitHub</a>.
9+
available on <a href="https://github.com/MultiQC/MegaQC" target="_blank">GitHub</a>.
1010
</p>
1111
<p>
1212
MegaQC uses

0 commit comments

Comments
 (0)