Skip to content

Commit

Permalink
Updating dnabot from version 3.1.0 to 4.1.0 (#141)
Browse files Browse the repository at this point in the history
* Updating dnabot from version 3.1.0 to 4.1.0

* fix(tools): dnabot, update test

* fix(tools): dnabot, syntax
  • Loading branch information
guillaume-gricourt authored Sep 29, 2023
1 parent e3d0227 commit 513db7f
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions tools/dnabot/dnabot.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -99,23 +99,12 @@ Ouput
* **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
---------------
Expand All @@ -125,4 +114,4 @@ Acknowledgments
<citations>
<citation type="doi">10.1093/synbio/ysaa010</citation>
</citations>
</tool>
</tool>

0 comments on commit 513db7f

Please sign in to comment.