Mercurial > repos > bgruening > augustus_training
changeset 6:dc027fa56d55 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit a5c4068d1515fc946d1ee7caf66cc59c9938a124"
author | iuc |
---|---|
date | Thu, 26 Aug 2021 20:35:53 +0000 |
parents | 7be22100e5e1 |
children | f1e653756174 |
files | augustus_training.xml macros.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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/ &&