| Previous changeset 5:d8b1027d6ce0 (2021-09-12) Next changeset 7:21e491ad532a (2022-11-01) |
|
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit fd23651fa43e8eefb7f55032c9ea645083042455" |
|
modified:
bandage_image.xml bandage_info.xml |
| b |
| diff -r d8b1027d6ce0 -r b9e31c5c01c7 bandage_image.xml --- 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[ |
| b |
| diff -r d8b1027d6ce0 -r b9e31c5c01c7 bandage_info.xml --- a/bandage_info.xml Sun Sep 12 08:13:13 2021 +0000 +++ b/bandage_info.xml Sat Nov 27 10:09:14 2021 +0000 |
| b |
| @@ -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> |