comparison tadpole.xml @ 5:cbc75076778f draft

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:41 +0000
parents 65f6a872ac7a
children ce13b4678f18
comparison
equal deleted inserted replaced
4:654c9da47f74 5:cbc75076778f
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']: