Mercurial > repos > iuc > mcl
changeset 1:e092787c0a29 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/mcl commit 8e05c68204da92683c62cb5448a1b3865ffe2683
author | iuc |
---|---|
date | Sun, 12 Nov 2023 14:30:23 +0000 |
parents | 649b9cb20668 |
children | |
files | mcl.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mcl.xml Mon Jun 13 17:34:32 2022 +0000 +++ b/mcl.xml Sun Nov 12 14:30:23 2023 +0000 @@ -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>