Skip to content

Commit 43caacb

Browse files
authored
Merge pull request #59 from rlibouba/braker3_error_augustus_env
Braker3 error augustus env
2 parents 1df3cdd + 650b06b commit 43caacb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tools/braker3/braker3.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<expand macro="requirements"/>
1111
</requirements>
1212
<command detect_errors="exit_code"><![CDATA[
13+
14+
## Copy Augustus config dir to work dir, to make sure it's writable when running with containers
15+
cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
16+
export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
17+
18+
1319
braker.pl
1420
--genome '${genome}'
1521
$softmasking

tools/braker3/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<macros>
33
<token name="@TOOL_VERSION@">3.0.8</token>
4-
<token name="@VERSION_SUFFIX@">1</token>
4+
<token name="@VERSION_SUFFIX@">2</token>
55

66
<xml name="requirements">
77
<container type="docker">teambraker/braker3:v3.0.7.6</container>

0 commit comments

Comments
 (0)