Previous changeset 2:0d425a4b6896 (2019-05-23) Next changeset 4:6519ebe25019 (2019-12-20) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit c659b84bf74f5abb260ee49ce76b61e5d5fa29c1 |
modified:
augustus_training.xml |
b |
diff -r 0d425a4b6896 -r ccf8d0bbebe9 augustus_training.xml --- 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/ && |