Mercurial > repos > iuc > bbtools_bbmap
comparison bbmap.xml @ 14:8015d7ab8357 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 46992fbb9d79da3d3c45b0c10f2936cf2af2dbcd
author | iuc |
---|---|
date | Tue, 19 Nov 2024 14:47:35 +0000 |
parents | 456d8ebb6a28 |
children |
comparison
equal
deleted
inserted
replaced
13:456d8ebb6a28 | 14:8015d7ab8357 |
---|---|
6 <expand macro="edam_ontology"/> | 6 <expand macro="edam_ontology"/> |
7 <xrefs> | 7 <xrefs> |
8 <xref type="bio.tools">bbmap</xref> | 8 <xref type="bio.tools">bbmap</xref> |
9 </xrefs> | 9 </xrefs> |
10 <expand macro="requirements"/> | 10 <expand macro="requirements"/> |
11 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="aggressive"><![CDATA[ |
12 #if str($ref_source_cond.ref_source) == 'cached' | 12 #if str($ref_source_cond.ref_source) == 'cached' |
13 #set ref = str($ref_source_cond.reference.fields.path) | 13 #set ref = str($ref_source_cond.reference.fields.path) |
14 #else: | 14 #else: |
15 #set ref = $ref_source_cond.reference | 15 #set ref = $ref_source_cond.reference |
16 #end if | 16 #end if |