diff macros_last.xml @ 7:eca7ac1eb423 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
author iuc
date Mon, 23 Oct 2023 20:45:02 +0000
parents 19c265784f35
children
line wrap: on
line diff
--- a/macros_last.xml	Sat Nov 27 10:12:45 2021 +0000
+++ b/macros_last.xml	Mon Oct 23 20:45:02 2023 +0000
@@ -1,7 +1,7 @@
 <macros>
     <token name="@TOOL_VERSION@">1205</token>
     <token name="@LAST_HELP@"><![CDATA[
-        Documentation : http://last.cbrc.jp/
+        Documentation : https://gitlab.com/mcfrith/last
 
         LAST finds similar regions between sequences.
 
@@ -20,6 +20,11 @@
             - Train alignment parameters for unusual kinds of sequence (e.g. nanopore).
 
     ]]></token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">last</requirement>
+        </requirements>
+    </xml>
     <xml name="bio_tools">
         <xrefs>
             <xref type="bio.tools">last</xref>
@@ -36,7 +41,7 @@
               <option value="lastdb" selected="true">LAST database from history</option>
             </param>
             <when value="db">
-                <param name="database" type="select" multiple="true" label="LAST database">
+                <param name="database" type="select" label="LAST database">
                     <options from_data_table="lastdb" />
                 </param>
             </when>