diff --git a/.gitignore b/.gitignore index ba74660..f3b6ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.DS_Store + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/multiqc_ngi/templates/ngi/assets/img/Swedac-logo.png b/multiqc_ngi/templates/ngi/assets/img/Swedac-logo-stockholm.png similarity index 100% rename from multiqc_ngi/templates/ngi/assets/img/Swedac-logo.png rename to multiqc_ngi/templates/ngi/assets/img/Swedac-logo-stockholm.png diff --git a/multiqc_ngi/templates/ngi/assets/img/Swedac-logo-uppsala.png b/multiqc_ngi/templates/ngi/assets/img/Swedac-logo-uppsala.png new file mode 100644 index 0000000..47ee5bc Binary files /dev/null and b/multiqc_ngi/templates/ngi/assets/img/Swedac-logo-uppsala.png differ diff --git a/multiqc_ngi/templates/ngi/footer.html b/multiqc_ngi/templates/ngi/footer.html index c354149..8744a4b 100644 --- a/multiqc_ngi/templates/ngi/footer.html +++ b/multiqc_ngi/templates/ngi/footer.html @@ -7,12 +7,19 @@ #} +{% if config.swedac_accredited and config.swedac_location == 'stockholm' %} - + +{% endif %} +{% if config.swedac_accredited and config.swedac_location == 'uppsala' %} + + + +{% endif %}
- {% if config.swedac_accredited %} + {% if config.swedac_accredited and config.swedac_location == 'stockholm' %}
The National Genomics Infrastructure is accredited by Swedac. @@ -20,6 +27,14 @@ sure that your data is of excellent quality.
{% endif %} + {% if config.swedac_accredited and config.swedac_location == 'uppsala' %} +
+ The National Genomics Infrastructure is accredited by + Swedac. + This means that our services are subject to highly stringent quality control procedures, so that you can be + sure that your data is of excellent quality. +
+ {% endif %}