Repository 'multiqc'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/multiqc

Changeset 14:b2f1f75d49c4 (2019-04-13)
Previous changeset 13:161f4383df15 (2019-01-20) Next changeset 15:3d93dd18d9f8 (2020-01-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit fb0d9f3e89dc31e481f4bdb3e498a713f9e60def
modified:
readme.rst
b
diff -r 161f4383df15 -r b2f1f75d49c4 readme.rst
--- a/readme.rst Sun Jan 20 05:20:30 2019 -0500
+++ b/readme.rst Sat Apr 13 08:30:21 2019 -0400
b
@@ -14,6 +14,12 @@
 1. Deactivate the sanitize_all_html option in galaxy.ini (sanitize_all_html = False), or
 2. Whitelist the tool in "Manage Display Whitelist" after installing
 
+Problems with encodings
+-----------------------
+
+If you observe python Runtime errors because python3 is configured to use ASCII then set 
+`LC_ALL` and `LANG` in your job_conf.xml. See also https://github.com/galaxyproject/tools-iuc/issues/2362.
+
 Support new modules
 -------------------