annotate crex.xml @ 0:e0b7c98f29bb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
author iuc
date Tue, 19 Mar 2024 14:29:10 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
1 <tool id="revoluzer_crex" name="CREx" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
2 <description>reconstruct pairwise gene order rearrangement</description>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
3 <macros>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
4 <import>macros.xml</import>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
5 </macros>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
8 <version_command>crex --version</version_command>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
10 crex
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
11 -f '$f'
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
12 $linear
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
13 $method_cond.method_select
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
14 #if $method_cond.method_select == ""
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
15 $noalt
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
16 --wI $wI
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
17 --wiT $wiT
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
18 --wiT $wTDRL
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
19 #else if $method_cond.method_select == "--crex1"
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
20 $prinobp
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
21 #end if
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
22 > '$out'
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
23 ]]></command>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
24 <inputs>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
25 <param argument="-f" type="data" format="fasta" label="Gene orders"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
26 <param argument="--linear" type="boolean" truevalue="--linear" falsevalue="" checked="false" label="Genomes are linear"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
27 <conditional name="method_cond">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
28 <param name="method_select" type="select" label="method">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
29 <option value="">CREx2</option>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
30 <option value="--crex1" selected="true">CREx1</option>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
31 <option value="--bp">compute with breakpoint scenario [ZhaoBourque07]</option>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
32 </param>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
33 <when value="">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
34 <param argument="--wI" type="float" min="0" value="1" label="Weight of an inversion"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
35 <param argument="--wiT" type="float" min="0" value="1" label="Weight of an inverse transposition"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
36 <param argument="--wTDRL" type="float" min="0" value="1" label="Weight of a TDRL"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
37 <param argument="--noalt" type="boolean" truevalue="" falsevalue="--noalt" checked="true" label="Compute alternatives for T+iT"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
38 </when>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
39 <when value="--crex1">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
40 <param argument="--prinobp" type="boolean" truevalue="" falsevalue="--prinobp" checked="true" label="Compute breakpoint scenario for prime nodes"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
41 </when>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
42 <when value="--bp"></when>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
43 </conditional>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
44 </inputs>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
45 <outputs>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
46 <data name="out" format="tabular">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
47 <actions>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
48 <action name="column_names" type="metadata" default="Source gene order,Target Gene order,Rearrangement,Breakpoints" />
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
49 </actions>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
50 </data>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
51 </outputs>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
52 <tests>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
53 <test expect_num_outputs="1">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
54 <param name="f" value="test.fas"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
55 <param name="linear" value="true"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
56 <output name="out">
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
57 <metadata name="column_names" value="Source gene order,Target Gene order,Rearrangement,Breakpoints" />
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
58 <assert_contents>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
59 <has_n_lines n="7"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
60 <has_n_columns n="4"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
61 <has_text text="I(B C )"/>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
62 </assert_contents>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
63 </output>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
64 </test>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
65 </tests>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
66 <help><![CDATA[
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
67
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
68 .. class:: infomark
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
69
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
70 **What it does**
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
71
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
72 Compute rearrangement scenarios on pairs of gene orders (with equal duplication free gene content).
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
73
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
74 Usage
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
75 .....
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
76
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
77 **Input**
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
78
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
79 @INPUT_FORMAT@
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
80
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
81 **Output**
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
82
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
83 Rearrangements in the 3rd column of the outbut table are listed as follows:
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
84
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
85 - I(X): the genes listed in X are inverted
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
86 - T(X ,Y ,): The order of the gene sets X and Y is transposed
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
87 - iT(X, Y, ): Same as transposition, but one gene of the sets is also inverted
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
88 - TDRL(X, Y): A tandem duplication random loss where the genes in X are kept in the 1st copy and the genes in Y an the last
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
89
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
90 ]]></help>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
91 <citations>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
92 <citation type="doi">10.1109/TCBB.2018.2831661</citation>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
93 <citation type="doi">10.1093/bioinformatics/btm468</citation>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
94 <citation type="doi">10.1007/978-3-540-74960-8_12</citation>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
95 </citations>
e0b7c98f29bb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
iuc
parents:
diff changeset
96 </tool>