comparison bandage_info.xml @ 3:b2860df42e16 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit ef940ee99e8bf07cfe86b273a3eda72f09003fb3"
author iuc
date Thu, 05 Dec 2019 17:17:29 -0500
parents ebe4463404b4
children d8b1027d6ce0
comparison
equal deleted inserted replaced
2:58124285e462 3:b2860df42e16
1 <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy1" profile="18.01">
2 <description>determine statistics of de novo assembly graphs</description> 2 <description>determine statistics of de novo assembly graphs</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 <expand macro="version_command"/> 7 <expand macro="version_command"/>
8 <command detect_errors="exit_code"> 8 <command detect_errors="exit_code">
9 <![CDATA[ 9 <![CDATA[
10 @HEADLESS@
10 Bandage 11 Bandage
11 info 12 info
12 '$input_file' 13 '$input_file'
13 $tsv 14 $tsv
14 > out.txt 15 > out.txt