changeset 2:74d7b06c2b92 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanopolishcomp commit fc685e81241eb196e57669961a42d03c60e7c9b6
author iuc
date Wed, 13 Mar 2024 11:51:58 +0000
parents ad011fc670d6
children
files eventaligncollapse.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/eventaligncollapse.xml	Tue May 12 17:08:45 2020 -0400
+++ b/eventaligncollapse.xml	Wed Mar 13 11:51:58 2024 +0000
@@ -4,6 +4,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="xrefs"/>
     <expand macro="requirements"/>
     <expand macro="version_command"/>
     <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml	Tue May 12 17:08:45 2020 -0400
+++ b/macros.xml	Wed Mar 13 11:51:58 2024 +0000
@@ -7,6 +7,11 @@
             <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement>
         </requirements>
     </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">nanopolishcomp</xref>
+        </xrefs>
+    </xml>
     <xml name="version_command">
         <version_command>NanopolishComp --version</version_command>
     </xml>