Mercurial > repos > bgruening > augustus_training
changeset 3:ccf8d0bbebe9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit c659b84bf74f5abb260ee49ce76b61e5d5fa29c1
author | iuc |
---|---|
date | Thu, 30 May 2019 06:58:53 -0400 |
parents | 0d425a4b6896 |
children | 6519ebe25019 |
files | augustus_training.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/augustus_training.xml Thu May 23 18:17:22 2019 -0400 +++ b/augustus_training.xml Thu May 30 06:58:53 2019 -0400 @@ -8,7 +8,7 @@ <requirement type="package" version="2.31.10">maker</requirement> </expand> <command><![CDATA[ - cp -r "\$AUGUSTUS_CONFIG_PATH" augustus_dir/ && + cp -r `which augustus | xargs dirname`/../config/ augustus_dir/ && export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&