annotate mcl.xml @ 0:60609b076830 draft default tip

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
author brinkmanlab
date Fri, 24 Jan 2020 18:05:36 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
1 <tool id="mcl" name="MCL" version="14.137" profile="16.04">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
2 <description>The Markov Cluster Algorithm, a cluster algorithm for graphs</description>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
3 <edam_topics>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
4 <edam_topic>topic_3570</edam_topic>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
5 </edam_topics>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
6 <edam_operations>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
7 <edam_operation>operation_3432</edam_operation>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
8 </edam_operations>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
9 <requirements>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
10 <requirement type="package" version="14.137">mcl</requirement>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
11 </requirements>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
12 <version_command>mcl --version</version_command>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
13 <command detect_errors="aggressive"><![CDATA[
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
14 mcl $input_type_select.input -I $inflation $input_type_select.input_type -V all -te \${GALAXY_SLOTS:-1} $sum_loops $discard_loops
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
15 #if $verbosity
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
16 #for $v in $verbosity
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
17 -v $v
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
18 #end for
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
19 #end if
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
20 #if $reweight and $reweight != 1.0
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
21 -c $reweight
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
22 #end if
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
23 #if $transform
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
24 #if $input_type_select.input_type == "--abc"
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
25 -abc-tf "$transform"
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
26 #else if $input_type_select.input_type == ""
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
27 -tf "$transform"
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
28 #end if
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
29 #end if
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
30 -o $output
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
31 ]]></command>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
32 <inputs>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
33 <conditional name="input_type_select">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
34 <param name="input_type" type="select" argument="--abc" label="Input Type">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
35 <option value="--abc" selected="true">Labeled</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
36 <option value="--sif">SIF</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
37 <option value="">Matrix</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
38 </param>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
39 <when value="">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
40 <param type="data" format="mclmat" name="input" argument="input" label="Input" optional="false"/>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
41 </when>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
42 <when value="--abc">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
43 <param type="data" format="tabular" name="input" argument="input" label="Input" optional="false"/>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
44 </when>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
45 <when value="--sif">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
46 <param type="data" format="sif" name="input" argument="input" label="Input" optional="false"/>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
47 </when>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
48 </conditional>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
49 <param name="inflation" type="float" value="4.0" label="Inflation" 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." />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
50 <param name="transform" type="text" area="true" label="Transform input matrix values" help="See https://micans.org/mcl/man/mcxio.html#trans for the transformation syntax" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
51 <param name="discard_loops" type="boolean" checked="true" truevalue="" falsevalue="--discard-loops=n" argument="--discard-loops" label="Discard loops in input" help="Remove any loops that are present in the input. Bear in mind that loops will still be modified in all cases where the loop weight is not maximal among the list of edge weights for a given node." />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
52 <param name="sum_loops" type="boolean" checked="false" truevalue="--sum-loops" falsevalue="" argument="--sum-loops" label="Set loops to sum of other arcs weights" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
53 <param name="reweight" type="float" value="1" argument="-c" optional="true" label="Reweight loops" help="As the final step of loop computation (i.e. after initialization and shadowing) all loop weights are multiplied by the provided value." />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
54 <param name="verbosity" type="select" multiple="true" optional="true" label="Verbosity">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
55 <option value="pruning">pruning</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
56 <option value="explain">explain</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
57 <option value="cls">cls</option>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
58 </param>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
59 </inputs>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
60 <outputs>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
61 <data format="txt" name="output">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
62 <change_format>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
63 <when input="input_type_select.input_type" value="" format="mclmat" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
64 <when input="input_type_select.input_type" value="--abc" format="tabular" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
65 <when input="input_type_select.input_type" value="--sif" format="tabular" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
66 </change_format>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
67 </data>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
68 </outputs>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
69 <tests>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
70 <test expect_num_outputs="1">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
71 <conditional name="input_type_select">
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
72 <param name="input_type" value="--abc" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
73 <param name="input" value="test-data/mash-dist.tabular" ftype="tabular" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
74 </conditional>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
75 <param name="transform" value="mul(-1),add(1),gq(0.96)" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
76 <output name="output" file="test-data/mash-dist-cluster.tabular" ftype="tabular" />
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
77 </test>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
78 </tests>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
79 <help>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
80 https://micans.org/mcl/man/mcl.html
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
81 </help>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
82 <citations>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
83 <citation type="doi">10.5281/zenodo.3364789</citation>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
84 <citation type="bibtex"><![CDATA[
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
85 @article{dongen29graph,
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
86 title={Graph Clustering by Flow Simulation. 2000},
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
87 author={Dongen, SV},
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
88 journal={Domplein},
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
89 volume={29},
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
90 pages={3512}
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
91 }
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
92 ]]></citation>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
93 <citation type="doi">10.1093/nar/30.7.1575</citation>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
94 </citations>
60609b076830 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mcl commit 33b02e08cbc8f76fb4b8537f8c968393f85a1b5e-dirty"
brinkmanlab
parents:
diff changeset
95 </tool>