Repository 'dnabot'
hg clone https://toolshed.g2.bx.psu.edu/repos/tduigou/dnabot

Changeset 5:3d4040c7e12b (2023-09-29)
Previous changeset 4:b450154dc448 (2023-05-30) Next changeset 6:ec9cef4b5b5a (2024-02-14)
Commit message:
planemo upload for repository https://github.com/brsynth/DNA-BOT commit 513db7f056db275f3f5d8d1337d39ff66012d89f
modified:
dnabot.xml
b
diff -r b450154dc448 -r 3d4040c7e12b dnabot.xml
--- a/dnabot.xml Tue May 30 21:00:03 2023 +0000
+++ b/dnabot.xml Fri Sep 29 09:32:13 2023 +0000
b
@@ -1,7 +1,7 @@
-<tool id="dnabot" name="DNA-Bot" version="@TOOL_VERSION@" profile="21.09">
+<tool id="dnabot" name="DNA-Bot" version="@TOOL_VERSION@" profile="21.09" license="MIT">
     <description>DNA assembly using BASIC on OpenTrons</description>
     <macros>
-        <token name="@TOOL_VERSION@">3.1.0</token>
+        <token name="@TOOL_VERSION@">4.1.0</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">dnabot</requirement>
@@ -63,7 +63,7 @@
             <param name="plate_files" value="user_parts_coords.csv,linker_parts_coords.csv"/>
             <output name="dnabot_scripts" ftype="tar">
                 <assert_contents>
-                    <has_size value="153600" delta="10000"/>
+                    <has_size value="165900" delta="10000"/>
                 </assert_contents>
             </output>
         </test>
@@ -99,23 +99,12 @@
 
 * **Dnabot scripts**: DNA-Bot scripts in TAR format which implement the 4 assembly steps and metainformation to keep track of parameters.
 
-Version
--------
-
-3.1.0
-
 Authors
 -------
 
 * **Matthew C Haines**
 * Thomas Duigou
 
-License
--------
-
-`MIT <https://github.com/BASIC-DNA-ASSEMBLY/DNA-BOT/blob/master/LICENSE>`_
-
-
 Acknowledgments
 ---------------
 
@@ -125,4 +114,4 @@
     <citations>
         <citation type="doi">10.1093/synbio/ysaa010</citation>
     </citations>
-</tool>
\ No newline at end of file
+</tool>