Previous changeset 0:649b9cb20668 (2022-06-13) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/mcl commit 8e05c68204da92683c62cb5448a1b3865ffe2683 |
modified:
mcl.xml |
b |
diff -r 649b9cb20668 -r e092787c0a29 mcl.xml --- a/mcl.xml Mon Jun 13 17:34:32 2022 +0000 +++ b/mcl.xml Sun Nov 12 14:30:23 2023 +0000 |
b |
@@ -1,7 +1,7 @@ <tool id="mcl" name="MCL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> <description>Markov Cluster Algorithm for graphs</description> <macros> - <token name="@TOOL_VERSION@">14.137</token> + <token name="@TOOL_VERSION@">22.282</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <xrefs> @@ -64,10 +64,10 @@ <option value="">Matrix</option> </param> <when value=""> - <param type="data" format="tabular" name="use_tab" argument="-use-tab" label="tabular label input" optional="true" help="use tab file to convert the output to labels"/> + <param argument="-use-tab" type="data" format="tabular" label="tabular label input" optional="true" help="use tab file to convert the output to labels"/> </when> <when value="--sif"> - <param type="boolean" name="expect_values" checked="false" truevalue="--expect-values" falsevalue="" argument="--expect-values" label="expect label:weight format" optional="true" help="accept extended SIF (label:weight fields)" /> + <param argument="--expect-values" type="boolean" checked="false" truevalue="--expect-values" falsevalue="" label="expect label:weight format" optional="true" help="accept extended SIF (label:weight fields)" /> </when> <when value="--abc" /> </conditional> |