Skip to content

Commit

Permalink
Funannotate: fix for missing env var (#5276)
Browse files Browse the repository at this point in the history
* Funannotate: fix missing env var

* add ref to issue
  • Loading branch information
abretaud authored Apr 25, 2023
1 parent 0a3abec commit 2c4f817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tools/funannotate/funannotate_annotate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion tools/funannotate/macros.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 2c4f817

Please sign in to comment.