Mercurial > repos > iuc > bandage
changeset 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 | 21e491ad532a |
files | bandage_image.xml bandage_info.xml |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/bandage_image.xml Sun Sep 12 08:13:13 2021 +0000 +++ b/bandage_image.xml Sat Nov 27 10:09:14 2021 +0000 @@ -1,9 +1,9 @@ <tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy3" profile="18.01"> <description>visualize de novo assembly graphs</description> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"> <![CDATA[
--- a/bandage_info.xml Sun Sep 12 08:13:13 2021 +0000 +++ b/bandage_info.xml Sat Nov 27 10:09:14 2021 +0000 @@ -1,9 +1,9 @@ <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy2" profile="18.01"> <description>determine statistics of de novo assembly graphs</description> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"> @@ -26,13 +26,11 @@ <tests> <test> <param name="input_file" ftype="tabular" value="gfa.tabular"/> - <param name="select_mode" value="info"/> <param name="tsv" value="True"/> <output name="outfile" ftype="tabular" file="out.tab" compare="contains"/> </test> <test> <param name="input_file" ftype="tabular" value="gfa.tabular"/> - <param name="select_mode" value="info"/> <output name="outfile" ftype="tabular" file="out_standard.tab"/> </test> </tests>