comparison wtdbg.xml @ 1:e100f3f4d80e draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/wtdbg commit 86e726ecaf8528dc655a5290bbd22797bd8d1ebf
author bgruening
date Thu, 27 Sep 2018 17:52:13 -0400
parents 6a060928f7ff
children 2668027a533b
comparison
equal deleted inserted replaced
0:6a060928f7ff 1:e100f3f4d80e
1 <tool id="wtdbg" name="WTDBG" version="1.2.8.1"> 1 <tool id="wtdbg" name="WTDBG" version="2.0">
2 <description>De novo assembler AND consensuser for long noisy sequences</description> 2 <description>De novo assembler AND consensuser for long noisy sequences</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <version_command>wtdbg -help | grep 'Version:'</version_command> 7 <version_command>wtdbg2 -help | grep 'Version:'</version_command>
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 wtdbg 9 wtdbg2
10 -t \${GALAXY_SLOTS:-4} 10 -t \${GALAXY_SLOTS:-4}
11 -i $i 11 -i '$i'
12 -o 'dbg' 12 -o 'dbg'
13 #if $I: 13 #if $I:
14 -I '$I' 14 -I '$I'
15 #end if 15 #end if
16 #if $load_alignments: 16 #if $load_alignments: