Mercurial > repos > tduigou > rptools_rpthermo
annotate rpthermo.xml @ 5:cec1e919d24f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 162ee89a8e36033f32973d72dfc1b11ca27da61f
author | tduigou |
---|---|
date | Fri, 01 Dec 2023 14:30:40 +0000 |
parents | dfd6d77acb96 |
children |
rev | line source |
---|---|
0
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
1 <tool id="rptools_rpthermo" name="Thermo" version="@TOOL_VERSION@" profile="21.09"> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
2 <description>Calculate the formation energy of chemical species and the Gibbs free energy of their reactions and pathways in an SBML</description> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
3 <macros> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
4 <import>macros.xml</import> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
5 </macros> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
7 <stdio> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
8 <regex match="WARNING:" level="warning" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
9 <regex match="ERROR:" level="fatal" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
10 <regex match="ERROR:root:ChemAxon" level="warning" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
11 </stdio> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
2
b03d10ff2906
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit e13e495b1f56f5950636a5c68cf6a5ff6a713667
tduigou
parents:
1
diff
changeset
|
13 export XDG_CACHE_HOME="\${TMPDIR:-.}" ; |
0
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
14 python -m rptools.rpthermo |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
15 '$input' |
1
9a2fd7c58570
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 3542cc86cbb610d0f9411fb74613d19e491f0369
tduigou
parents:
0
diff
changeset
|
16 '$pathway_with_thermo' |
0
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
17 --pH '$adv.ph' |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
18 --ionic_strength '$adv.ionic_strength' |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
19 --pMg '$adv.pMg' |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
20 ]]></command> |
2
b03d10ff2906
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit e13e495b1f56f5950636a5c68cf6a5ff6a713667
tduigou
parents:
1
diff
changeset
|
21 <!-- <environment_variables> |
1
9a2fd7c58570
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 3542cc86cbb610d0f9411fb74613d19e491f0369
tduigou
parents:
0
diff
changeset
|
22 <environment_variable name="XDG_CACHE_HOME">\$TMPDIR</environment_variable> |
2
b03d10ff2906
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit e13e495b1f56f5950636a5c68cf6a5ff6a713667
tduigou
parents:
1
diff
changeset
|
23 </environment_variables> --> |
0
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
24 <inputs> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
25 <param name="input" type="data" format="sbml" label="SBML Input File" help="Pathways in SBML format" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
26 <section name="adv" title="Advanced Options" expanded="false"> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
27 <param name="ph" type="float" value="7.5" min="0" max="14" label="Compartment pH of the pathway" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
28 <param name="ionic_strength" type="float" value="0.25" min="0" max="500" label="Compartment ionic strength of the pathway" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
29 <param name="pMg" type="float" value="3.0" label="Compartment pMg (Magnesium vapor pressure) of the pathway" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
30 </section> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
31 </inputs> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
32 <outputs> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
33 <data name="pathway_with_thermo" format="sbml" label="${tool.name} - ${input.name}" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
34 </outputs> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
35 <tests> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
36 <test> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
37 <!-- test 1: check if identical outputs are produced with default parameters --> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
38 <param name="input" value="rp_013_0001.xml" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
39 <output name="pathway_with_thermo"> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
40 <assert_contents> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
41 <is_valid_xml /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
42 <!--check thermo_dG0_prime value--> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
43 <has_text text="-2308.11630" /> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
44 <!--check thermo_dG value--> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
45 <has_text text="-2151.84763" /> |
4
dfd6d77acb96
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 387d0dd233c1d9948152a2d4af9e69ad10fe1b6a
tduigou
parents:
3
diff
changeset
|
46 <has_n_lines n="522" /> |
0
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
47 </assert_contents> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
48 </output> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
49 </test> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
50 </tests> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
51 <help><![CDATA[ |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
52 Thermodynamics |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
53 ============== |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
54 Calculate the formation energy of chemical species either using an internal database or estimate it by decomposing them using the `component contribution <https://gitlab.com/elad.noor/component-contribution>`_ method. Thereafter this tool predicts the Gibbs free energy of reactions and of the whole heterologous pathway by combining the formation energy of each individual compound. |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
55 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
56 The goal of the thermodynamic analysis is to estimate the feasibility of the predicted pathways toward target production, in physiological conditions (PH, ionic strength). |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
57 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
58 .. image:: https://raw.githubusercontent.com/Galaxy-SynBioCAD/rpThermo/standalone/galaxy/img/rpThermo.png |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
59 :width: 80 % |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
60 :align: center |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
61 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
62 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
63 | |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
64 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
65 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
66 Above is an illustration of the Gibbs free energy calculation using the component contribution package. The color-coded arrows from red (best) to blue (worst) show the best and worst-performing reactions. |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
67 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
68 Required: |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
69 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
70 Inputs |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
71 ------ |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
72 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
73 * **SBML Input File**\ : Pathways in SBML format |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
74 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
75 Advanced Options: |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
76 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
77 * **PH**\ :(float) Compartment PH of the pathway |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
78 * **Ionic strength**\ :(float) Compartment ionic strength of the pathway |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
79 * **pMg**\ :(float) Compartment pMg (Magnesium vapor pressure) of the pathway |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
80 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
81 Output |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
82 ------ |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
83 |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
84 * **Pathway with thermo**\ : annotated pathways (with thermodynamics information for each reaction) in SBML(Systems Biology Markup Language) format. |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
85 ]]></help> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
86 <expand macro="creator"/> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
87 <citations> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
88 <citation type="doi">10.1371/journal.pcbi.1003098</citation> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
89 <citation type="doi">10.1038/s41467-022-32661-x</citation> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
90 </citations> |
e9d05fc83186
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff
changeset
|
91 </tool> |