changeset 3:02e9daf33c24

Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
author Bjoern Gruening <bjoern@gruenings.eu>
date Tue, 30 Oct 2012 11:23:23 +0100
parents d5d5999ff4f1
children e664f2137b03
files augustus.xml readme.txt
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/augustus.xml	Thu Mar 15 10:09:28 2012 +0100
+++ b/augustus.xml	Tue Oct 30 11:23:23 2012 +0100
@@ -1,5 +1,8 @@
-<tool id="augustus" name="Augustus" version="0.1">
-	<description>gen prediction for eukaryotic genomes</description>
+<tool id="augustus" name="Augustus" version="0.2">
+	<description>gene prediction for eukaryotic genomes</description>
+    <requirements>
+        <requirement type="package" version="2.6.1">augustus</requirement>
+    </requirements>
     <command>augustus
         --strand=$strand
         $noInFrameStop
@@ -113,9 +116,6 @@
             </change_format>
         </data>
     </outputs>
-    <requirements>
-        <requirement type="binary">augustus</requirement>
-    </requirements>
     <help>
 
 **What it does**
--- a/readme.txt	Thu Mar 15 10:09:28 2012 +0100
+++ b/readme.txt	Tue Oct 30 11:23:23 2012 +0100
@@ -53,6 +53,7 @@
 =======
 
 v0.1 - Initial public release
+v0.2 - Added tool_dependencies.xml file and update the augustus version (thanks to James Johnson)
 
 
 Wrapper Licence (MIT/BSD style)