Previous changeset 5:7be22100e5e1 (2021-07-15) Next changeset 7:f1e653756174 (2024-10-04) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit a5c4068d1515fc946d1ee7caf66cc59c9938a124" |
modified:
augustus_training.xml macros.xml |
b |
diff -r 7be22100e5e1 -r dc027fa56d55 augustus_training.xml --- a/augustus_training.xml Thu Jul 15 17:16:33 2021 +0000 +++ b/augustus_training.xml Thu Aug 26 20:35:53 2021 +0000 |
[ |
@@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@"> +<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy@SUFFIX_VERSION@"> <description>ab-initio gene predictor</description> <macros> <import>macros.xml</import> @@ -8,7 +8,7 @@ <requirement type="package" version="2.31.10">maker</requirement> </expand> <command><![CDATA[ - cp -r `which augustus | xargs dirname`/../config/ augustus_dir/ && + cp -r `command -v augustus | xargs dirname`/../config/ augustus_dir/ && export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ && |
b |
diff -r 7be22100e5e1 -r dc027fa56d55 macros.xml --- a/macros.xml Thu Jul 15 17:16:33 2021 +0000 +++ b/macros.xml Thu Aug 26 20:35:53 2021 +0000 |
b |
@@ -8,7 +8,7 @@ </xml> <token name="@VERSION@">3.4.0</token> - <token name="@SUFFIX_VERSION@">0</token> + <token name="@SUFFIX_VERSION@">1</token> <xml name="citations"> |