Mercurial > repos > iuc > mcl
comparison mcl.xml @ 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 |
comparison
equal
deleted
inserted
replaced
0:649b9cb20668 | 1:e092787c0a29 |
---|---|
1 <tool id="mcl" name="MCL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 1 <tool id="mcl" name="MCL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
2 <description>Markov Cluster Algorithm for graphs</description> | 2 <description>Markov Cluster Algorithm for graphs</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">14.137</token> | 4 <token name="@TOOL_VERSION@">22.282</token> |
5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 </macros> | 6 </macros> |
7 <xrefs> | 7 <xrefs> |
8 <xref type="bio.tools">mcl</xref> | 8 <xref type="bio.tools">mcl</xref> |
9 </xrefs> | 9 </xrefs> |
62 <option value="--abc" selected="true">Labeled</option> | 62 <option value="--abc" selected="true">Labeled</option> |
63 <option value="--sif">SIF</option> | 63 <option value="--sif">SIF</option> |
64 <option value="">Matrix</option> | 64 <option value="">Matrix</option> |
65 </param> | 65 </param> |
66 <when value=""> | 66 <when value=""> |
67 <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"/> | 67 <param argument="-use-tab" type="data" format="tabular" label="tabular label input" optional="true" help="use tab file to convert the output to labels"/> |
68 </when> | 68 </when> |
69 <when value="--sif"> | 69 <when value="--sif"> |
70 <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)" /> | 70 <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)" /> |
71 </when> | 71 </when> |
72 <when value="--abc" /> | 72 <when value="--abc" /> |
73 </conditional> | 73 </conditional> |
74 <param type="data" format="txt,tabular,sif" name="input" label="Input" optional="false" /> | 74 <param type="data" format="txt,tabular,sif" name="input" label="Input" optional="false" /> |
75 <param name="inflation" argument="-I" type="float" value="2.0" label="Inflation" min="1" max="6" help="This value is the main handle for affecting cluster granularity. It is usually chosen somewhere in the range [1.2-5.0]. -I 5.0 will tend to result in fine-grained clusterings, and -I 1.2 will tend to result in very coarse grained clusterings. Your mileage will vary depending on the characteristics of your data. That is why it is a good idea to test the quality and coherency of your clusterings using clm dist and clm info. This will most likely reveal that certain values of -I are simply not right for your data." /> | 75 <param name="inflation" argument="-I" type="float" value="2.0" label="Inflation" min="1" max="6" help="This value is the main handle for affecting cluster granularity. It is usually chosen somewhere in the range [1.2-5.0]. -I 5.0 will tend to result in fine-grained clusterings, and -I 1.2 will tend to result in very coarse grained clusterings. Your mileage will vary depending on the characteristics of your data. That is why it is a good idea to test the quality and coherency of your clusterings using clm dist and clm info. This will most likely reveal that certain values of -I are simply not right for your data." /> |