# HG changeset patch # User iuc # Date 1555158581 14400 # Node ID 0878c2af7b86c0f3499acc1619b12879c1d9208e # Parent e89e08ca4d30a7fd5aad6975a319acf31157491d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit fb0d9f3e89dc31e481f4bdb3e498a713f9e60def diff -r e89e08ca4d30 -r 0878c2af7b86 readme.rst --- a/readme.rst Sun Jan 20 05:19:57 2019 -0500 +++ b/readme.rst Sat Apr 13 08:29:41 2019 -0400 @@ -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 -------------------