We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1df3cdd + 650b06b commit 43caacbCopy full SHA for 43caacb
tools/braker3/braker3.xml
@@ -10,6 +10,12 @@
10
<expand macro="requirements"/>
11
</requirements>
12
<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
19
braker.pl
20
--genome '${genome}'
21
$softmasking
tools/braker3/macros.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<macros>
3
<token name="@TOOL_VERSION@">3.0.8</token>
4
- <token name="@VERSION_SUFFIX@">1</token>
+ <token name="@VERSION_SUFFIX@">2</token>
5
6
<xml name="requirements">
7
<container type="docker">teambraker/braker3:v3.0.7.6</container>
0 commit comments