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

Changeset 6:582fd74dc2a1 (2023-04-25)
Previous changeset 5:9feee7fc49a1 (2023-04-13) Next changeset 7:b6b5cd37f2a2 (2023-10-20)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 2c4f8172c3f452e1119b3d528c97da382750adeb
modified:
funannotate_annotate.xml
macros.xml
b
diff -r 9feee7fc49a1 -r 582fd74dc2a1 funannotate_annotate.xml
--- a/funannotate_annotate.xml Thu Apr 13 17:13:04 2023 +0000
+++ b/funannotate_annotate.xml Tue Apr 25 18:29:19 2023 +0000
[
@@ -8,6 +8,12 @@
     </requirements>
     <version_command>funannotate check --show-versions</version_command>
     <command><![CDATA[
+## Needed by some subprocess invoked internally
+## https://github.com/nextgenusfs/funannotate/issues/905
+export FUNANNOTATE_DB='$database.fields.path'
+
+&&
+
 funannotate annotate
 
 #if $input.input_type == 'gbk'
b
diff -r 9feee7fc49a1 -r 582fd74dc2a1 macros.xml
--- a/macros.xml Thu Apr 13 17:13:04 2023 +0000
+++ b/macros.xml Tue Apr 25 18:29:19 2023 +0000
b
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">1.8.15</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
 
     <xml name="requirements">
         <requirement type="package" version="@TOOL_VERSION@">funannotate</requirement>