Mercurial > repos > tduigou > dnabot
changeset 5:3d4040c7e12b draft
planemo upload for repository https://github.com/brsynth/DNA-BOT commit 513db7f056db275f3f5d8d1337d39ff66012d89f
author | tduigou |
---|---|
date | Fri, 29 Sep 2023 09:32:13 +0000 |
parents | b450154dc448 |
children | ec9cef4b5b5a |
files | dnabot.xml |
diffstat | 1 files changed, 4 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/dnabot.xml Tue May 30 21:00:03 2023 +0000 +++ b/dnabot.xml Fri Sep 29 09:32:13 2023 +0000 @@ -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>