comparison bbmap.xml @ 12:3f94a2e3d513 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:14:17 +0000
parents 7f19559b8b55
children
comparison
equal deleted inserted replaced
11:7f19559b8b55 12:3f94a2e3d513
2 <description>short-read aligner</description> 2 <description>short-read aligner</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="edam_ontology"/> 6 <expand macro="edam_ontology"/>
7 <xrefs>
8 <xref type="bio.tools">bbmap</xref>
9 </xrefs>
7 <expand macro="requirements"/> 10 <expand macro="requirements"/>
8 <command detect_errors="exit_code"><![CDATA[ 11 <command detect_errors="exit_code"><![CDATA[
9 #if str($ref_source_cond.ref_source) == 'cached' 12 #if str($ref_source_cond.ref_source) == 'cached'
10 #set ref = str($ref_source_cond.reference.fields.path) 13 #set ref = str($ref_source_cond.reference.fields.path)
11 #else: 14 #else: