diff lastdb.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/lastdb.xml	Sat Nov 27 10:12:45 2021 +0000
+++ b/lastdb.xml	Mon Oct 23 20:45:02 2023 +0000
@@ -1,15 +1,10 @@
-<tool id="last_db" name="LASTdb" version="@TOOL_VERSION@+galaxy0" profile="20.01">
-
+<tool id="last_db" name="LASTdb" version="@TOOL_VERSION@+galaxy1" profile="20.01">
     <description>prepares sequences for subsequent comparison and alignment using lastal.</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros_last.xml</import>
     </macros>
-
-    <requirements>
-        <requirement type="package" version="@TOOL_VERSION@">last</requirement>
-    </requirements>
-
+    <expand macro="bio_tools"/>
+    <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
         set -e -o pipefail; 
 
@@ -140,9 +135,7 @@
     </inputs>
 
     <outputs>
-        <data name="outfile" format="lastdb">
-            <discover_datasets pattern="__designation__" directory="ref_genome"/>
-        </data>
+        <data name="outfile" format="lastdb"/>
     </outputs>
 
     <tests>