diff augustus_training.xml @ 2:0d425a4b6896 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
author iuc
date Thu, 23 May 2019 18:17:22 -0400
parents 1fbb1135da16
children ccf8d0bbebe9
line wrap: on
line diff
--- a/augustus_training.xml	Fri May 10 08:52:20 2019 -0400
+++ b/augustus_training.xml	Thu May 23 18:17:22 2019 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy1">
+<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy2">
     <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 "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
+        cp -r "\$AUGUSTUS_CONFIG_PATH" augustus_dir/ &&
 
         export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&