changeset 4:1f296803dfa3 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/filtlong commit 865e706efac79fdec1a115d82d8974cafb30058e
author iuc
date Wed, 01 Nov 2023 08:35:30 +0000
parents 41b2ad601cf0
children
files filtlong.xml macros.xml
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/filtlong.xml	Thu Feb 24 21:22:16 2022 +0000
+++ b/filtlong.xml	Wed Nov 01 08:35:30 2023 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="biotools" />
     <expand macro="requirements"/>
     <version_command>filtlong --version</version_command>
     <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml	Thu Feb 24 21:22:16 2022 +0000
+++ b/macros.xml	Wed Nov 01 08:35:30 2023 +0000
@@ -2,6 +2,13 @@
     <token name="@TOOL_VERSION@">0.2.1</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">20.01</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">
+                filtlong
+            </xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">filtlong</requirement>