annotate proteinortho_clustering.xml @ 0:0be284f6abf4 draft default tip

planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
author iuc
date Tue, 17 Jun 2025 07:50:24 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
1 <tool id="proteinortho_clustering" name="Proteinortho clustering" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFILE@">
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
2 <description>Spectral partitioning algorithm</description>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
3 <macros>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
4 <import>proteinortho_macros.xml</import>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
5 </macros>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
10 export TERM=dumb &&
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
11 proteinortho_clustering
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
12 -conn '$conn'
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
13 -minspecies '$minspecies'
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
14 $core
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
15 $abc
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
16 -cpus "\${GALAXY_SLOTS:-4}"
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
17 #if str($seed) != '':
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
18 -seed '$seed'
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
19 #end if
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
20 -lapack '$lapack'
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
21 '$blastgraph'
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
22 2>&1
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
23 >output.tsv
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
24 ]]></command>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
25 <inputs>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
26 <param name="blastgraph" type="data" format="tabular" label="Proteinortho blastgraph file (RBH) or a undirected weighted graph file in ABC format (needs -abc)"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
27 <param argument="-conn" type="float" value="0.1" label="Minimal connectivity (-conn)" help="Split if algebraic connectivity is below this value."/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
28 <param argument="minspecies" type="float" value="1" label="Min species ratio (-minspecies)" help="Stop clustering if the ratio of species per nodes in a cluster is below this value. Trumps the conn threshold."/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
29 <param argument="-core" type="boolean" truevalue="-core" falsevalue="" label="Enable core mode" help="Only split a cluster if all species are preserved in the resulting clusters. Disables the conn and minspecies thresholds."/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
30 <param argument="-abc" type="boolean" truevalue="-abc" falsevalue="" label="Input is ABC format" help="Use this if your graph file is in abc format (node1(tab)node2(tab)pos.weight). The graph is expected to be unweighted (if the edge a-b is present, b-a is ignored)."/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
31 <param argument="-seed" type="integer" optional="true" label="Random seed (-seed)" help="Set srand seed for reproducibility."/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
32 <param argument="-lapack" type="select" optional="true" label="Use LAPACK ssyevr for algebraic connectivity calculation">
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
33 <option value="0">Use power iteration instead of LAPACK</option>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
34 <option value="1" selected="true">Yes, if applicable</option>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
35 <option value="2">Always</option>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
36 </param>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
37 </inputs>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
38 <outputs>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
39 <data name="clustering" format="tabular" label="${tool.name} on ${on_string}: Clustering Result (conn=${conn})" from_work_dir="output.tsv"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
40 </outputs>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
41 <tests>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
42 <test expect_num_outputs="1">
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
43 <param name="blastgraph" value="result.blast-graph"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
44 <output name="clustering">
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
45 <assert_contents>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
46 <has_text text="# Species"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
47 <has_text text="C_11"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
48 <has_text text="C_14"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
49 <has_text text="C_17"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
50 <has_text text="4"/>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
51 </assert_contents>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
52 </output>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
53 </test>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
54 </tests>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
55 <help><![CDATA[proteinortho clustering
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
56
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
57 The spectral clustering approach follows a bisecting paradigm. Groups are successively divided until a predefined algebraic connectivity threshold (**conn**) is met. The choice of this threshold directly affects the size and quality of reported (co-)orthologous groups. A high connectivity threshold (conn) will only return sets of mutually similar proteins but can lead to excessive fragmentation of the orthology graph in numerous small connected components. Orthologous groups might fall apart into several subsets. A low threshold (conn), on the other hand, might return non-informative large connected components with multiple putative co-orthologs for each species that actually represent unions of several orthologous groups.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
58
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
59 The default threshold applied by Proteinortho was defined empirically and represents a reasonable trade-off between both extremes.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
60
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
61 The **core** parameter assumes that members of orthologous groups should be found in all species. Iterative spectral clustering is applied irrespective of the graph’s connectivity until the graph would split into two subgraphs of which neither covers all species that were covered by the original connected component.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
62
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
63 With **abc** you can enable the processing of a abc formated input graph (node1<tab>node2<tab>similarity_weight)
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
64
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
65 .. csv-table::
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
66
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
67 node1,node2,10
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
68 node2,node3,2
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
69 node1,node3,3
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
70
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
71 You can use double dashes to indicate species like this
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
72
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
73 .. csv-table::
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
74
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
75 node1--species1,node2--species1,10
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
76 node1--species1,node1--species2,2
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
77 node2--species1,node2--species2,3
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
78
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
79 Only edges between different species are removed. If no species are defined, each node is treated as a individual species.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
80
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
81 **Output**
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
82
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
83 The result of the clustering is a tab-separated file.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
84 The first 3 columns characterize the general properties of that group: number of proteins, species, and algebraic connectivity. The higher the algebraic connectivity the more edges are there and the better the group is connected to itself.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
85 Then a column for each species/node follows containing the proteins of these species.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
86 If a species contributes with more than one protein to a group of orthologs, then they are ordered by descending connectivity.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
87 The '*' represents that this species does not contribute to the group.
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
88
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
89 .. csv-table::
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
90
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
91 Species,Genes,alg.-conn.,ecoli.faa,human.faa,snail.faa,wale.faa,mouse.faa
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
92 5,5,0.715,C_10,C_10;test,E_10,L_10,M_10
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
93 4,6,0.115,*,C_12,E_315,L_313,M_313
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
94 4,5,0.167,*,C_63,E_19,L_19,M_19
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
95 4,4,0.816,*,C_64,E_18,L_18,M_18
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
96
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
97 More information can be found on github https://gitlab.com/paulklemm_PHD/proteinortho
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
98 ]]>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
99 </help>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
100 <citations>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
101 <citation type="doi">10.3389/fbinf.2023.1322477</citation>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
102 <citation type="doi">10.1186/1471-2105-12-124</citation>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
103 <citation type="doi">10.1371/journal.pone.0105015</citation>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
104 </citations>
0be284f6abf4 planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 621d623b1acbdf230f0c6a2480bb49968ca1e2d5
iuc
parents:
diff changeset
105 </tool>