diff clean_dante_ltr.xml @ 17:d1c3b29b1478 draft

planemo upload commit ce025ba66edc87ff8ced32d5fdb36109f12cebf0-dirty
author petr-novak
date Thu, 10 Aug 2023 12:22:28 +0000
parents 7ec262f92d89
children
line wrap: on
line diff
--- a/clean_dante_ltr.xml	Wed May 10 13:07:41 2023 +0000
+++ b/clean_dante_ltr.xml	Thu Aug 10 12:22:28 2023 +0000
@@ -1,7 +1,8 @@
-<tool id="clean_dante_ltr" name="DANTE_LTR retrotransposons filtering" version="0.2.2.4" python_template_version="3.5">
-    <requirements>
-        <requirement type="package" version="0.2.2.4">dante_ltr</requirement>
-    </requirements>
+<tool id="clean_dante_ltr" name="DANTE_LTR retrotransposons filtering" version="@TOOL_VERSION@" python_template_version="3.5">
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
         clean_ltr.R --gff3 '$dante_ltr' --reference_sequence '$reference' --output output --cpu \${GALAXY_SLOTS:-1}
         &&