changeset 5:1af48f9cc27b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac
author iuc
date Sat, 18 May 2024 19:12:59 +0000
parents 5d8b93c0731f
children
files bbmerge.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bbmerge.xml	Wed Apr 24 20:25:07 2024 +0000
+++ b/bbmerge.xml	Sat May 18 19:12:59 2024 +0000
@@ -4,6 +4,7 @@
         <import>macros.xml</import>
     </macros>
     <expand macro="edam_ontology"/>
+    <expand macro="bio.tools"/>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 #if str($input_type_cond.input_type) in ['single', 'pair']:
--- a/macros.xml	Wed Apr 24 20:25:07 2024 +0000
+++ b/macros.xml	Sat May 18 19:12:59 2024 +0000
@@ -12,6 +12,11 @@
             <edam_operation>operation_0491</edam_operation> <!-- Pairwise sequence alignment -->
         </edam_operations>
     </xml>
+    <xml name="bio.tools">
+        <xrefs>
+            <xref type="bio.tools">bbtools</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bbmap</requirement>