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

Changeset 3:0cadd0a04412 (2021-11-19)
Previous changeset 2:13018941c6a0 (2021-11-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_funannotate commit 4e4b3194807681c1e436a5525bdc9597d2868b1f"
modified:
data_manager/funannotate.xml
b
diff -r 13018941c6a0 -r 0cadd0a04412 data_manager/funannotate.xml
--- a/data_manager/funannotate.xml Fri Nov 19 11:15:54 2021 +0000
+++ b/data_manager/funannotate.xml Fri Nov 19 15:43:06 2021 +0000
[
@@ -5,6 +5,12 @@
     </requirements>
     <version_command>funannotate check --show-versions</version_command>
     <command detect_errors="exit_code"><![CDATA[
+#if $wget:
+    ## Asked for wget, we assume there's a certificate problem on (at least) one
+    ## of the many requested servers, force disable of all checks
+    echo "check_certificate = off" > \$HOME/.wgetrc &&
+#end if
+
 python -u '$__tool_directory__/funannotate.py'
 $partial_data
 $wget