Mercurial > repos > tduigou > dnabot
changeset 3:6dda0879d95a draft
planemo upload for repository https://github.com/brsynth/DNA-BOT commit 2e8aa2e7c0581c7eed2074d15f7e4317ecde2ad6
| author | tduigou |
|---|---|
| date | Mon, 01 May 2023 01:14:17 +0000 |
| parents | aeebb663a0d9 |
| children | b450154dc448 |
| files | config/job_conf.xml config/tool_conf.xml dnabot.xml static/images/DNABOT_WF.PNG test-data/dnabot_scripts.tar |
| diffstat | 5 files changed, 24 insertions(+), 6 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:14:17 2023 +0000 @@ -0,0 +1,1 @@ + <tool id="dnabot" destination="local" />
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/tool_conf.xml Mon May 01 01:14:17 2023 +0000 @@ -0,0 +1,3 @@ + <section id="sbc-util" name="SynBioCAD Utilities"> + <tool file="synbiocad-galaxy-wrappers/dnabot/dnabot.xml" /> + </section>
--- a/dnabot.xml Mon Apr 04 15:24:55 2022 +0000 +++ b/dnabot.xml Mon May 01 01:14:17 2023 +0000 @@ -21,7 +21,7 @@ && tar -cvf '$dnabot_scripts' 'output' ]]></command> <inputs> - <param name="construct_file" type="data" format="csv" label="Source Construct" help="File listing constructs to be implemented."/> + <param name="construct_file" type="data" format="csv" label="Source Construct" help="CSV file listing constructs to be implemented where each row corresponds to one construct and consists of a sequence of BASIC linker and DNA part IDs (in an operon format)"/> <param name="plate_files" type="data" format="csv" multiple="true" label="Plate files" help="File(s) listing parts to be used in constructs." /> <section name="adv" title="Advanced Options" expanded="false"> <param name="default_settings_file" type="data" format="yaml" optional="true" label="Lab settings file" help="Yaml file providing labware IDs and parameter to be used in the Opentrons scripts." /> @@ -37,7 +37,7 @@ <option value="A10" >A10</option> <option value="A11" selected="true">A11</option> </param> - <param argument="--soc_column" type="select" label="Column coordinate for SOC" help="Coordinate of the column plate providing SOC media for the transformation step."> + <param argument="--soc_column" type="select" label="Column coordinate for SOC" help="Coordinate of the column plate providing SOC (Super Optimal broth with Catabolite repression) media for the transformation step. SOC is a nutrient-rich culture media typically used for bacterial transformation."> <option value="1" selected="true">1</option> <option value="2" >2</option> <option value="3" >3</option> @@ -61,22 +61,36 @@ <!-- test 1: check if identical outputs are produced with compress option --> <param name="construct_file" value="constructs.csv" /> <param name="plate_files" value="user_parts_coords.csv,linker_parts_coords.csv"/> - <output name="dnabot_scripts" file="dnabot_scripts.tar" compare="sim_size" decompress="True"/> + <output name="dnabot_scripts" ftype="tar"> + <assert_contents> + <has_size value="153600" delta="10000"/> + </assert_contents> + </output> </test> </tests> <help><