comparison bandage_info.xml @ 6:b9e31c5c01c7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit fd23651fa43e8eefb7f55032c9ea645083042455"
author iuc
date Sat, 27 Nov 2021 10:09:14 +0000
parents d8b1027d6ce0
children ddddce450736
comparison
equal deleted inserted replaced
5:d8b1027d6ce0 6:b9e31c5c01c7
1 <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy2" profile="18.01"> 1 <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy2" profile="18.01">
2 <description>determine statistics of de novo assembly graphs</description> 2 <description>determine statistics of de novo assembly graphs</description>
3 <expand macro="bio_tools"/>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <expand macro="version_command"/> 8 <expand macro="version_command"/>
9 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">
10 <![CDATA[ 10 <![CDATA[
11 @HEADLESS@ 11 @HEADLESS@
24 <data name="outfile" format="tabular" from_work_dir="out.tab" label="${tool.name} on ${on_string}: Assembly Graph Information"/> 24 <data name="outfile" format="tabular" from_work_dir="out.tab" label="${tool.name} on ${on_string}: Assembly Graph Information"/>
25 </outputs> 25 </outputs>
26 <tests> 26 <tests>
27 <test> 27 <test>
28 <param name="input_file" ftype="tabular" value="gfa.tabular"/> 28 <param name="input_file" ftype="tabular" value="gfa.tabular"/>
29 <param name="select_mode" value="info"/>
30 <param name="tsv" value="True"/> 29 <param name="tsv" value="True"/>
31 <output name="outfile" ftype="tabular" file="out.tab" compare="contains"/> 30 <output name="outfile" ftype="tabular" file="out.tab" compare="contains"/>
32 </test> 31 </test>
33 <test> 32 <test>
34 <param name="input_file" ftype="tabular" value="gfa.tabular"/> 33 <param name="input_file" ftype="tabular" value="gfa.tabular"/>
35 <param name="select_mode" value="info"/>
36 <output name="outfile" ftype="tabular" file="out_standard.tab"/> 34 <output name="outfile" ftype="tabular" file="out_standard.tab"/>
37 </test> 35 </test>
38 </tests> 36 </tests>
39 <help><![CDATA[ 37 <help><![CDATA[
40 38