changeset 1:9a2fb8d83eb0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/optdoe commit 381e8b82419e6002c74849cc37f924bc8296b0b1
author iuc
date Fri, 10 Feb 2023 15:04:50 +0000
parents 4f1acbf17618
children
files optdoe.xml
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/optdoe.xml	Thu Oct 27 21:27:31 2022 +0000
+++ b/optdoe.xml	Fri Feb 10 15:04:50 2023 +0000
@@ -2,7 +2,7 @@
     <description>Combine selected genetic parts and enzyme variants for the desired pathways</description>
     <macros>
         <token name="@VERSION_SUFFIX@">0</token>
-        <token name="@TOOL_VERSION@">2.0.2</token>
+        <token name="@TOOL_VERSION@">v2.0.2</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">doebase</requirement>
@@ -171,12 +171,12 @@
 The experimental design can be evaluated through the provided diagnostics for D-efficiency, power analysis, and relative prediction variance, allowing the optimal selection of library size.
 The resulting design is provided as an SBOL collection containing the definition of each DNA component and the combinatorial library of constructs.
 
-.. image:: https://raw.githubusercontent.com/brsynth/synbiocad-galaxy-wrappers/master/OptDoE/img/image3.png
+.. image:: https://raw.githubusercontent.com/brsynth/synbiocad-galaxy-wrappers/master/optdoe/img/image3.png
 	:width: 80 %
 	:align: center
 
 
-.. image:: https://raw.githubusercontent.com/brsynth/synbiocad-galaxy-wrappers/master/OptDoE/img/image46.png
+.. image:: https://raw.githubusercontent.com/brsynth/synbiocad-galaxy-wrappers/master/optdoe/img/image46.png
 	:width: 80 %
 	:align: center
 
@@ -243,7 +243,13 @@
 * Joan Hérisson
 * Thomas Duigou
     ]]></help>
-    <creator>
-        <person givenName="Pablo" familyName="Carbonell" email="pablo.carbonell@upv.es" identifier="https://orcid.org/0000-0002-0993-5625" />
-    </creator>
-</tool>
\ No newline at end of file
+    <citations>
+        <citation type="bibtex">
+        @unpublished{pablocarb
+            author = {Pablo Carbonell},
+            title = {{doebase}},
+            url = {https://github.com/pablocarb/doebase/},
+        }
+        </citation>
+    </citations>
+</tool>