comparison tadpole.xml @ 2:9edd03c198df draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit cd59ba2c349865259b92302a1d70e103b8a5e3cb
author iuc
date Tue, 27 Aug 2024 10:12:36 +0000
parents 8eed0ebdba3d
children 1bf891405b87
comparison
equal deleted inserted replaced
1:8e747e0504b8 2:9edd03c198df
2 <description>Kmer-based assembler</description> 2 <description>Kmer-based assembler</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 <expand macro="bio.tools"/>
7 <expand macro="requirements"/> 8 <expand macro="requirements"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 #import os 10 #import os
10 11
11 #if str($input_type_cond.input_type) in ['single', 'pair']: 12 #if str($input_type_cond.input_type) in ['single', 'pair']: