comparison bbduk.xml @ 10:d58c27d2c5a7 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:48:01 +0000
parents 7beb76ffbc0f
children
comparison
equal deleted inserted replaced
9:7beb76ffbc0f 10:d58c27d2c5a7
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 <expand macro="bio.tools"/> 7 <expand macro="bio.tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="aggressive"><![CDATA[
10 #import os 10 #import os
11 11
12 #if str($input_type_cond.input_type) in ['single', 'pair']: 12 #if str($input_type_cond.input_type) in ['single', 'pair']:
13 #set read1 = $input_type_cond.read1 13 #set read1 = $input_type_cond.read1
14 ## bbduk uses the file extension to determine the input format. 14 ## bbduk uses the file extension to determine the input format.