# HG changeset patch # User iuc # Date 1659433259 0 # Node ID 708abf08a626448da008e559175f54ac7c8af068 # Parent 01f02c5ddff8ab19aed7ddd34bcc7ff65f158682 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabat2/ commit 625074b4bfdb2039935d0cb27115f83f18dae0d6 diff -r 01f02c5ddff8 -r 708abf08a626 macros.xml --- a/macros.xml Fri Jul 29 12:38:24 2022 +0000 +++ b/macros.xml Tue Aug 02 09:40:59 2022 +0000 @@ -1,6 +1,6 @@ 2.15 - 1 + 2 21.01 diff -r 01f02c5ddff8 -r 708abf08a626 metabat2.xml --- a/metabat2.xml Fri Jul 29 12:38:24 2022 +0000 +++ b/metabat2.xml Tue Aug 02 09:40:59 2022 +0000 @@ -7,34 +7,36 @@ process_log.txt -#if str($advanced.output_process_log) == 'yes': +#if 'unbinned' in $out.extra_outputs + --unbinned +#end if + > process_log.txt +#if 'log' in $out.extra_outputs && mv process_log.txt '$process_log' #end if ]]> @@ -43,8 +45,8 @@
+ - @@ -60,50 +62,160 @@ + +
+
- - - - - + + + + +
- - + + not out['saveCls'] and not out['onlyLabel'] + + + + out['saveCls'] and not out['onlyLabel'] + + + not out['saveCls'] and out['onlyLabel'] + - - advanced['output_process_log'] == 'yes' + + not out['saveCls'] and not out['onlyLabel'] and 'lowDepth' in out['extra_outputs'] + + + not out['saveCls'] and not out['onlyLabel'] and 'tooShort' in out['extra_outputs'] + + + not out['saveCls'] and not out['onlyLabel'] and 'unbinned' in out['extra_outputs'] + + + 'log' in out['extra_outputs'] - + - - - +
+ + + + +
+
+ +
+ + + + - + + + + + + + + + + + + + + + + + + + + + + + + +
- + + +
+ + + + + +
+
+ + + +
+ +
+ - - - - - - +
+ + + + +
+
+ + + +
+ + + + + + + +
+ + +
+ + + + +
+
+ + + +
+ + + + + + + + + + + + + +