changeset 7:f1e653756174 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4
author iuc
date Fri, 04 Oct 2024 11:32:17 +0000
parents dc027fa56d55
children
files augustus_training.xml macros.xml
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/augustus_training.xml	Thu Aug 26 20:35:53 2021 +0000
+++ b/augustus_training.xml	Fri Oct 04 11:32:17 2024 +0000
@@ -1,9 +1,12 @@
 <?xml version="1.0"?>
-<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy@SUFFIX_VERSION@">
+<tool id="augustus_training" name="Train Augustus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>ab-initio gene predictor</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <xrefs>
+        <xref type="bio.tools">augustus</xref>
+    </xrefs>
     <expand macro="requirements">
         <requirement type="package" version="2.31.10">maker</requirement>
     </expand>
--- a/macros.xml	Thu Aug 26 20:35:53 2021 +0000
+++ b/macros.xml	Fri Oct 04 11:32:17 2024 +0000
@@ -2,13 +2,14 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="@VERSION@">augustus</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">augustus</requirement>
             <yield />
         </requirements>
     </xml>
 
-    <token name="@VERSION@">3.4.0</token>
-    <token name="@SUFFIX_VERSION@">1</token>
+    <token name="@TOOL_VERSION@">3.4.0</token>
+    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@PROFILE@">23.1</token>
 
 
     <xml name="citations">