changeset 2:6f447c1584bf draft

planemo upload for repository https://github.com/neilswanston/LCRGenie commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
author tduigou
date Mon, 01 May 2023 01:28:32 +0000
parents afbbecdcc0e3
children 6936de373454
files config/job_conf.xml config/tool_conf.xml lcrgenie.xml
diffstat 3 files changed, 31 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/job_conf.xml	Mon May 01 01:28:32 2023 +0000
@@ -0,0 +1,1 @@
+    <tool id="lcrgenie" destination="local" />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/tool_conf.xml	Mon May 01 01:28:32 2023 +0000
@@ -0,0 +1,3 @@
+  <section id="sbc-gd" name="SynBioCAD Genetic Design">
+    <tool file="synbiocad-galaxy-wrappers/lcrgenie/lcrgenie.xml" />
+  </section>
--- a/lcrgenie.xml	Thu Feb 03 13:30:30 2022 +0000
+++ b/lcrgenie.xml	Mon May 01 01:28:32 2023 +0000
@@ -1,7 +1,8 @@
-<tool id="LCRGenie" name="LCR Genie" version="@TOOL_VERSION@" profile="19.09">
-    <description>Ligase Chain Reaction</description>
+<tool id="lcrgenie" name="Ligase Chain Reaction Genie" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT">
+    <description>Web-based tool for supporting the design of bridging oligos</description>
     <macros>
         <token name="@TOOL_VERSION@">1.0.2</token>
+        <token name="@VERSION_SUFFIX@">0</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">lcr_genie</requirement>
@@ -13,14 +14,14 @@
     <command detect_errors="exit_code"><![CDATA[
         python -m lcr_genie
             '$LCR_input'
-            out.xlsx
+            'out.xlsx'
             --melting_temp '$adv.melting_temp'
-        && cp out.xlsx '$LCR_output'
+        && mv 'out.xlsx' '$LCR_output'
     ]]></command>
     <inputs>
-        <param name="LCR_input" type="data" format="xml" label="Constructs" />
+        <param name="LCR_input" type="data" format="xml" label="Constructs" help="SBOL file containing constructs designs and sequences" />
         <section name="adv" title="Advanced Options" expanded="false">
-            <param name="melting_temp" value="60.0" type="float" label="Target melting temperature for the bridging oligos" />
+            <param name="melting_temp" value="60.0" type="float" label="Melting temperature" help="Target melting temperature for the bridging oligos"/>
         </section>
     </inputs>
     <outputs>
@@ -41,41 +42,34 @@
 LCRGenie
 ========
 
-LCR Genie is a web-based tool for supporting the design of bridging oligos, which are required for annealing together individual synthetic DNA parts (designed by PartsGenie) into multi-gene plasmid assemblies, designed by OptDoE. 
+LCR Genie is a web-based tool for supporting the design of bridging oligos, which are required for annealing together individual synthetic DNA parts (designed by PartsGenie) into multi-gene plasmid assemblies, designed by OptDoE.
+
+Enzyme identifiers are randomly chosen and combined with the aforementioned parts to explore the combinatorics of possible constructs.
+
+LCR Genie takes as input an SBOL (Synthetic Biology Open Language) document containing numerous combinatorial plasmid assemblies, and designing bridging oligos necessary for assembly via the ligase cycling reaction method. The LCR Genie node performs analogous functionality to the `DNA weaver <https://github.com/Edinburgh-Genome-Foundry/DnaWeaver>`_ node (supporting multi-part assembly but by a different experimental method) and as such, its output format matches that of DNA Weaver.
 
 
 Input
 -----
 
-* **input**\ : (string) is the path to an .xml SBOL file containing constructs designs and sequences
-* **melting_temp**\ : (float) is the target melting temperature for the bridging oligos (default=60.0)
+* **Constructs**\ : SBOL (Synthetic Biology Open Language) file containing constructs designs and sequences
+* **Melting temperature**\ : (float) is the target melting temperature for the bridging oligos (default=60.0)
 
 Output
 ------
 
-* **output**\ : (string) is the path to the output spreadsheet
-
-Project Links
----------------------
-
-* `GitHub <https://github.com/neilswainston/LCRGenie/>`_
-
-Version
-----------
-
-1.0.2
-
-Authors
--------
-
-* **Neil Swainston**
-* **Joan Hérisson**
-
-License
--------
-
-`MIT <https://github.com/neilswainston/LCRGenie/blob/master/LICENSE>`_
-
-
+* **Assembly Plan**\ : Output spreadsheet
     ]]></help>
+    <creator>
+        <organization name="BioRetroSynth" url="https://github.com/brsynth"/>
+    </creator>
+    <citations>
+        <citation type="bibtex">
+            @unpublished{LCRGenie
+                author = {Neil Swainston},
+                title = {{LCRGenie}},
+                url = {https://github.com/neilswanston/LCRGenie/},
+            }
+        </citation>
+    </citations>
 </tool>