annotate create_assembly_picklists.xml @ 0:0b38f1504205 draft default tip

planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
author tduigou
date Thu, 16 Oct 2025 14:27:06 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
1 <tool id="create_assembly_picklists" name="Create Assembly Picklists" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
2 <description>Provide a source plate map and an assembly plan, get a robotic picklist spreadsheet for Tecan EVO or Labcyte Echo</description>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
3 <macros>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
4 <token name="@VERSION_SUFFIX@">0</token>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
5 <token name="@TOOL_VERSION@">0.1.0</token>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
6 </macros>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
7 <requirements>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
8 <requirement type="package" version="0.18.0">fuzzywuzzy</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
9 <requirement type="package" version="0.3.4">bandwagon</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
10 <requirement type="package" version="1.85">biopython</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
11 <requirement type="package" version="0.2.2">crazydoc</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
12 <requirement type="package" version="2.0.12">dnacauldron</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
13 <requirement type="package" version="3.2.16">dnachisel</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
14 <requirement type="package" version="0.1.11">flametree</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
15 <requirement type="package" version="0.3.1">plateo</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
16 <requirement type="package" version="0.1.23">snapgene-reader</requirement>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
17 </requirements>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
18 <command detect_errors="exit_code"><![CDATA[
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
19 #set genbank_file_paths = ','.join([str(f) for f in $genbank_files])
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
20 #set file_name_mapping = ",".join(["%s:%s" % (file.file_name, file.name) for file in $genbank_files])
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
21
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
22 #set backbone_list = [line.strip() for line in str($backbone_name).strip().split('\n') if line.strip()]
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
23 #set backbone_name = ','.join(backbone_list)
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
24
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
25 mkdir renamed_parts &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
26 touch 'picklist.zip' &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
27 touch 'source_plate.xlsx' &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
28
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
29 #for $file in $genbank_files
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
30 cp '$file.file_name' 'renamed_parts/$file.name' &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
31 #end for
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
32
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
33 #set renamed_paths = ','.join(['renamed_parts/%s' % file.name for file in $genbank_files])
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
34
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
35 cp '$source_plate' 'source_plate.xlsx' &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
36
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
37 python '$__tool_directory__/CreateAssemblyPicklists_script.py'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
38 --parts_files '$renamed_paths'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
39 --picklist '$picklist'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
40 --source_plate 'source_plate.xlsx'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
41 --backbone_name '$setting.adv.backbone_name'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
42 --part_backbone_ratio '$setting.adv.part_backbone_ratio'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
43 --quantity_unit '$setting.quantity_unit'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
44 --part_quantity '$setting.part_quantity'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
45 --buffer_volume '$setting.buffer_volume'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
46 --total_volume '$setting.total_volume'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
47 --dispenser '$setting.dispenser'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
48 --result_zip 'picklist.zip' &&
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
49 cp 'picklist.zip' '$output_zip'
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
50 ]]></command>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
51 <inputs>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
52 <conditional name='setting'>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
53 <param name="mode" type="select" label="Mode">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
54 <option value="std" selected="true">Standard</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
55 <option value="demo">DEMO</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
56 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
57 <when value="std">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
58 <param name="quantity_unit" type="select" label="Part quantity unit">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
59 <option value="fmol" selected="true">femto-mole</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
60 <option value="nM">nano-molar</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
61 <option value="ng">nano-gram</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
62 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
63 <param name="part_quantity" type="float" value="1.3" min="0" label="Part quantity" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
64 <param name="buffer_volume" type="float" value="0.3" min="0" label="Buffer volume (µL)" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
65 <param name="total_volume" type="float" value="1.0" min="0" label="Total volume (µL)" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
66 <param name="dispenser" type="select" label="Dispenser Machine">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
67 <option value="labcyte_echo" selected="true">Labcyte ECHO</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
68 <option value="tecan_evo">Tecab EVO</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
69 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
70 <section name="adv" title="advance" expanded="false">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
71 <param name="backbone_name" type="text" area="True" label="Backbone Name(s)" optional='true'/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
72 <param name="part_backbone_ratio" type="float" value='1.0' min="0" max="1.0" label="Backbone Molar Ratio" optional='true' />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
73 </section>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
74 </when>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
75 <when value="demo">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
76 <param name="quantity_unit" type="select" label="Part quantity unit">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
77 <option value="fmol" selected="true">femto-mole</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
78 <option value="nM">nano-molar</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
79 <option value="ng">nano-gram</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
80 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
81 <param name="part_quantity" type="float" value="1.3" min="0" label="Part quantity" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
82 <param name="buffer_volume" type="float" value="0.3" min="0" label="Buffer volume (µL)" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
83 <param name="total_volume" type="float" value="1.0" min="0" label="Total volume (µL)" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
84 <param name="dispenser" type="select" label="Dispenser Machine">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
85 <option value="labcyte_echo" selected="true">Labcyte ECHO</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
86 <option value="tecan_evo">Tecab EVO</option>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
87 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
88 <section name="adv" title="advance" expanded="false">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
89 <param name="backbone_name" type="text" area="True" value='HC_Amp_ccdB' label="Backbone Name(s)" optional='true'/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
90 <param name="part_backbone_ratio" type="float" value='1.0' min="0" max="1.0" label="Backbone Molar Ratio" optional='true' />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
91 </section>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
92 </when>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
93 </conditional>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
94 <param name="genbank_files" type="data_collection" collection_type="list" format="genbank,fasta" label="GenBank File(s)" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
95 <param name="picklist" type="data" format="xlsx,xls,csv" label="Assembly Plan (csv or excel)"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
96 <param name="source_plate" type="data" format="xlsx,xls" label="Source Plate (excel)"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
97 </inputs>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
98 <outputs>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
99 <data format="zip" name="output_zip" label="picklist (zip)"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
100 </outputs>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
101 <tests>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
102 <!--test type2s_assembly class-->
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
103 <!--python CreateAssemblyPicklists_script.py parts_files "test-data/emma_parts/HC_Amp_ccdB.gb,test-data/emma_parts/conn a-c.gb,test-data/emma_parts/conn b-e.gb,test-data/emma_parts/conn b-l.gb,test-data/emma_parts/conn d-e.gb,test-data/emma_parts/conn d-f.gb,test-data/emma_parts/conn h-ha.gb,test-data/emma_parts/conn h-j.gb,test-data/emma_parts/conn h-k.gb,test-data/emma_parts/conn j-k.gb,test-data/emma_parts/conn l-n.gb,test-data/emma_parts/conn l-r.gb,test-data/emma_parts/conn l-w.gb,test-data/emma_parts/conn l-y.gb,test-data/emma_parts/conn q-r.gb,test-data/emma_parts/conn r-w.gb,test-data/emma_parts/conn t-v.gb,test-data/emma_parts/conn w-x.gb,test-data/emma_parts/conn w-y.gb,test-data/emma_parts/conn w-z.gb,test-data/emma_parts/conn y-z.gb,test-data/emma_parts/p10_tet-aptazyme.gb,test-data/emma_parts/p11_sv40polya.gb,test-data/emma_parts/p14_cmvp.gb,test-data/emma_parts/p14_sv40p.gb,test-data/emma_parts/p15_puror.gb,test-data/emma_parts/p16_bghpolya.gb,test-data/emma_parts/p18_cmvp.gb,test-data/emma_parts/p18_ef1ap.gb,test-data/emma_parts/p19_mneogreen.gb,test-data/emma_parts/p19_mruby2.gb,test-data/emma_parts/p19_mtagbfp2.gb,test-data/emma_parts/p19_tet-on-3g.gb,test-data/emma_parts/p1_5'-itr-pb.gb,test-data/emma_parts/p1_5'ha-haavs1.gb,test-data/emma_parts/p20_ct-minute-nes.gb,test-data/emma_parts/p20_ct-nes.gb,test-data/emma_parts/p20_linker3.gb,test-data/emma_parts/p20_p2a.gb,test-data/emma_parts/p21_dmra.gb,test-data/emma_parts/p21_mkate2.gb,test-data/emma_parts/p21_mneogreen.gb,test-data/emma_parts/p21_mruby2.gb,test-data/emma_parts/p21_mtagbfp2.gb,test-data/emma_parts/p21_puror.gb,test-data/emma_parts/p22_pgkpolya.gb,test-data/emma_parts/p23_insulatorfb.gb,test-data/emma_parts/p24_3'ha_haavs1.gb,test-data/emma_parts/p24_3'pb.gb,test-data/emma_parts/p25_sv40-ori.gb,test-data/emma_parts/p2_insulatorfb.gb,test-data/emma_parts/p3_cagp.gb,test-data/emma_parts/p3_cmvp_tet.gb,test-data/emma_parts/p3_ef1ap.gb,test-data/emma_parts/p3_tre3gp.gb,test-data/emma_parts/p4_kt-l7ae -weiss.gb,test-data/emma_parts/p4_lac-o.gb,test-data/emma_parts/p5_attb-bxb1.gb,test-data/emma_parts/p5_attp-bxb1.gb,test-data/emma_parts/p5_k1-k1.gb,test-data/emma_parts/p5_kt-weiss.gb,test-data/emma_parts/p6_atg_boxc.gb,test-data/emma_parts/p6_kozak-atg.gb,test-data/emma_parts/p6_nt-igkl sequence.gb,test-data/emma_parts/p6_nt-mls.gb,test-data/emma_parts/p6_nt-myristoylation signal.gb,test-data/emma_parts/p6_nt-palm sequence.gb,test-data/emma_parts/p6_nt-sv40_nls.gb,test-data/emma_parts/p7_bxb1.gb,test-data/emma_parts/p7_l7ae-weiss.gb,test-data/emma_parts/p7_l7ae.gb,test-data/emma_parts/p7_laci.gb,test-data/emma_parts/p7_mcherry.gb,test-data/emma_parts/p7_mkate2.gb,test-data/emma_parts/p7_mneogreen.gb,test-data/emma_parts/p7_mruby2.gb,test-data/emma_parts/p7_mtagbfp2.gb,test-data/emma_parts/p8_linker1.gb,test-data/emma_parts/p8_linker2.gb,test-data/emma_parts/p8_p2a.gb,test-data/emma_parts/p8a_ct-kdel.gb,test-data/emma_parts/p8b_ires2.gb,test-data/emma_parts/p9_a-tubulin.gb,test-data/emma_parts/p9_bsdr.gb,test-data/emma_parts/p9_dmrc.gb,test-data/emma_parts/p9_firefly luciferase.gb,test-data/emma_parts/p9_mneogreen.gb,test-data/emma_parts/p9_mruby2.gb,test-data/emma_parts/p9_mtagbfp2.gb,test-data/emma_parts/p9_neor.gb,test-data/emma_parts/p9_puror.gb" backbone_name 'HC_Amp_ccdb' part_backbone_ratio '1.0' quantity_unit 'fmol' part_quantity '1.3' buffer_volume '0.3' total_volume '1.0' dispenser 'labcyte_echo' result_zip 'picklist.zip' picklist 'test-data/example_picklist.xls' source_plate 'test-data/example_echo_plate.xlsx'-->
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
104 <test>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
105 <param name="genbank_files">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
106 <collection type="list">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
107 <element name="HC_Amp_ccdB" value="emma_parts/HC_Amp_ccdB.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
108 <element name="conn a-c" value="emma_parts/conn a-c.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
109 <element name="conn b-e" value="emma_parts/conn b-e.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
110 <element name="conn b-l" value="emma_parts/conn b-l.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
111 <element name="conn d-e" value="emma_parts/conn d-e.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
112 <element name="conn d-f" value="emma_parts/conn d-f.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
113 <element name="conn h-ha" value="emma_parts/conn h-ha.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
114 <element name="conn h-j" value="emma_parts/conn h-j.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
115 <element name="conn h-k" value="emma_parts/conn h-k.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
116 <element name="conn j-k" value="emma_parts/conn j-k.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
117 <element name="conn l-n" value="emma_parts/conn l-n.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
118 <element name="conn l-r" value="emma_parts/conn l-r.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
119 <element name="conn l-w" value="emma_parts/conn l-w.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
120 <element name="conn l-y" value="emma_parts/conn l-y.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
121 <element name="conn q-r" value="emma_parts/conn q-r.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
122 <element name="conn r-w" value="emma_parts/conn r-w.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
123 <element name="conn t-v" value="emma_parts/conn t-v.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
124 <element name="conn w-x" value="emma_parts/conn w-x.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
125 <element name="conn w-y" value="emma_parts/conn w-y.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
126 <element name="conn w-z" value="emma_parts/conn w-z.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
127 <element name="conn y-z" value="emma_parts/conn y-z.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
128 <element name="p10_tet-aptazyme" value="emma_parts/p10_tet-aptazyme.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
129 <element name="p11_sv40polya" value="emma_parts/p11_sv40polya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
130 <element name="p14_cmvp" value="emma_parts/p14_cmvp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
131 <element name="p14_sv40p" value="emma_parts/p14_sv40p.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
132 <element name="p15_puror" value="emma_parts/p15_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
133 <element name="p16_bghpolya" value="emma_parts/p16_bghpolya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
134 <element name="p18_cmvp" value="emma_parts/p18_cmvp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
135 <element name="p18_ef1ap" value="emma_parts/p18_ef1ap.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
136 <element name="p19_mneogreen" value="emma_parts/p19_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
137 <element name="p19_mruby2" value="emma_parts/p19_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
138 <element name="p19_mtagbfp2" value="emma_parts/p19_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
139 <element name="p19_tet-on-3g" value="emma_parts/p19_tet-on-3g.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
140 <element name="p1_5'-itr-pb" value="emma_parts/p1_5'-itr-pb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
141 <element name="p1_5'ha-haavs1" value="emma_parts/p1_5'ha-haavs1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
142 <element name="p20_ct-minute-nes" value="emma_parts/p20_ct-minute-nes.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
143 <element name="p20_ct-nes" value="emma_parts/p20_ct-nes.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
144 <element name="p20_linker3" value="emma_parts/p20_linker3.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
145 <element name="p20_p2a" value="emma_parts/p20_p2a.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
146 <element name="p21_dmra" value="emma_parts/p21_dmra.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
147 <element name="p21_mkate2" value="emma_parts/p21_mkate2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
148 <element name="p21_mneogreen" value="emma_parts/p21_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
149 <element name="p21_mruby2" value="emma_parts/p21_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
150 <element name="p21_mtagbfp2" value="emma_parts/p21_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
151 <element name="p21_puror" value="emma_parts/p21_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
152 <element name="p22_pgkpolya" value="emma_parts/p22_pgkpolya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
153 <element name="p23_insulatorfb" value="emma_parts/p23_insulatorfb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
154 <element name="p24_3'ha_haavs1" value="emma_parts/p24_3'ha_haavs1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
155 <element name="p24_3'pb" value="emma_parts/p24_3'pb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
156 <element name="p25_sv40-ori" value="emma_parts/p25_sv40-ori.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
157 <element name="p2_insulatorfb" value="emma_parts/p2_insulatorfb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
158 <element name="p3_cagp" value="emma_parts/p3_cagp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
159 <element name="p3_cmvp_tet" value="emma_parts/p3_cmvp_tet.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
160 <element name="p3_ef1ap" value="emma_parts/p3_ef1ap.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
161 <element name="p3_tre3gp" value="emma_parts/p3_tre3gp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
162 <element name="p4_kt-l7ae -weiss" value="emma_parts/p4_kt-l7ae -weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
163 <element name="p4_lac-o" value="emma_parts/p4_lac-o.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
164 <element name="p5_attb-bxb1" value="emma_parts/p5_attb-bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
165 <element name="p5_attp-bxb1" value="emma_parts/p5_attp-bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
166 <element name="p5_k1-k1" value="emma_parts/p5_k1-k1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
167 <element name="p5_kt-weiss" value="emma_parts/p5_kt-weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
168 <element name="p6_atg_boxc" value="emma_parts/p6_atg_boxc.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
169 <element name="p6_kozak-atg" value="emma_parts/p6_kozak-atg.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
170 <element name="p6_nt-igkl sequence" value="emma_parts/p6_nt-igkl sequence.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
171 <element name="p6_nt-mls" value="emma_parts/p6_nt-mls.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
172 <element name="p6_nt-myristoylation signal" value="emma_parts/p6_nt-myristoylation signal.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
173 <element name="p6_nt-palm sequence" value="emma_parts/p6_nt-palm sequence.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
174 <element name="p6_nt-sv40_nls" value="emma_parts/p6_nt-sv40_nls.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
175 <element name="p7_bxb1" value="emma_parts/p7_bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
176 <element name="p7_l7ae-weiss" value="emma_parts/p7_l7ae-weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
177 <element name="p7_l7ae" value="emma_parts/p7_l7ae.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
178 <element name="p7_laci" value="emma_parts/p7_laci.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
179 <element name="p7_mcherry" value="emma_parts/p7_mcherry.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
180 <element name="p7_mkate2" value="emma_parts/p7_mkate2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
181 <element name="p7_mneogreen" value="emma_parts/p7_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
182 <element name="p7_mruby2" value="emma_parts/p7_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
183 <element name="p7_mtagbfp2" value="emma_parts/p7_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
184 <element name="p8_linker1" value="emma_parts/p8_linker1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
185 <element name="p8_linker2" value="emma_parts/p8_linker2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
186 <element name="p8_p2a" value="emma_parts/p8_p2a.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
187 <element name="p8a_ct-kdel" value="emma_parts/p8a_ct-kdel.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
188 <element name="p8b_ires2" value="emma_parts/p8b_ires2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
189 <element name="p9_a-tubulin" value="emma_parts/p9_a-tubulin.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
190 <element name="p9_bsdr" value="emma_parts/p9_bsdr.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
191 <element name="p9_dmrc" value="emma_parts/p9_dmrc.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
192 <element name="p9_firefly luciferase" value="emma_parts/p9_firefly luciferase.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
193 <element name="p9_mneogreen" value="emma_parts/p9_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
194 <element name="p9_mruby2" value="emma_parts/p9_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
195 <element name="p9_mtagbfp2" value="emma_parts/p9_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
196 <element name="p9_neor" value="emma_parts/p9_neor.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
197 <element name="p9_puror" value="emma_parts/p9_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
198 </collection>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
199 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
200 <param name="picklist" value="example_picklist.xls" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
201 <param name="source_plate" value="example_echo_plate.xlsx"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
202 <conditional name='setting'>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
203 <param name="mode" value="std" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
204 <param name="quantity_unit" value="fmol" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
205 <param name="part_quantity" value="1.3" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
206 <param name="buffer_volume" value="0.3" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
207 <param name="total_volume" value="1.0" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
208 <param name="dispenser" value="labcyte_echo" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
209 </conditional>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
210 <output name="output_zip" ftype='zip'>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
211 <assert_contents>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
212 <has_archive_member path=".*" n="5"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
213 </assert_contents>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
214 </output>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
215 </test>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
216 <!--test demo-->
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
217 <test>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
218 <param name="genbank_files">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
219 <collection type="list">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
220 <element name="HC_Amp_ccdB" value="emma_parts/HC_Amp_ccdB.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
221 <element name="conn a-c" value="emma_parts/conn a-c.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
222 <element name="conn b-e" value="emma_parts/conn b-e.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
223 <element name="conn b-l" value="emma_parts/conn b-l.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
224 <element name="conn d-e" value="emma_parts/conn d-e.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
225 <element name="conn d-f" value="emma_parts/conn d-f.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
226 <element name="conn h-ha" value="emma_parts/conn h-ha.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
227 <element name="conn h-j" value="emma_parts/conn h-j.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
228 <element name="conn h-k" value="emma_parts/conn h-k.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
229 <element name="conn j-k" value="emma_parts/conn j-k.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
230 <element name="conn l-n" value="emma_parts/conn l-n.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
231 <element name="conn l-r" value="emma_parts/conn l-r.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
232 <element name="conn l-w" value="emma_parts/conn l-w.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
233 <element name="conn l-y" value="emma_parts/conn l-y.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
234 <element name="conn q-r" value="emma_parts/conn q-r.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
235 <element name="conn r-w" value="emma_parts/conn r-w.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
236 <element name="conn t-v" value="emma_parts/conn t-v.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
237 <element name="conn w-x" value="emma_parts/conn w-x.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
238 <element name="conn w-y" value="emma_parts/conn w-y.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
239 <element name="conn w-z" value="emma_parts/conn w-z.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
240 <element name="conn y-z" value="emma_parts/conn y-z.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
241 <element name="p10_tet-aptazyme" value="emma_parts/p10_tet-aptazyme.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
242 <element name="p11_sv40polya" value="emma_parts/p11_sv40polya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
243 <element name="p14_cmvp" value="emma_parts/p14_cmvp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
244 <element name="p14_sv40p" value="emma_parts/p14_sv40p.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
245 <element name="p15_puror" value="emma_parts/p15_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
246 <element name="p16_bghpolya" value="emma_parts/p16_bghpolya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
247 <element name="p18_cmvp" value="emma_parts/p18_cmvp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
248 <element name="p18_ef1ap" value="emma_parts/p18_ef1ap.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
249 <element name="p19_mneogreen" value="emma_parts/p19_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
250 <element name="p19_mruby2" value="emma_parts/p19_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
251 <element name="p19_mtagbfp2" value="emma_parts/p19_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
252 <element name="p19_tet-on-3g" value="emma_parts/p19_tet-on-3g.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
253 <element name="p1_5'-itr-pb" value="emma_parts/p1_5'-itr-pb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
254 <element name="p1_5'ha-haavs1" value="emma_parts/p1_5'ha-haavs1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
255 <element name="p20_ct-minute-nes" value="emma_parts/p20_ct-minute-nes.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
256 <element name="p20_ct-nes" value="emma_parts/p20_ct-nes.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
257 <element name="p20_linker3" value="emma_parts/p20_linker3.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
258 <element name="p20_p2a" value="emma_parts/p20_p2a.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
259 <element name="p21_dmra" value="emma_parts/p21_dmra.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
260 <element name="p21_mkate2" value="emma_parts/p21_mkate2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
261 <element name="p21_mneogreen" value="emma_parts/p21_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
262 <element name="p21_mruby2" value="emma_parts/p21_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
263 <element name="p21_mtagbfp2" value="emma_parts/p21_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
264 <element name="p21_puror" value="emma_parts/p21_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
265 <element name="p22_pgkpolya" value="emma_parts/p22_pgkpolya.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
266 <element name="p23_insulatorfb" value="emma_parts/p23_insulatorfb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
267 <element name="p24_3'ha_haavs1" value="emma_parts/p24_3'ha_haavs1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
268 <element name="p24_3'pb" value="emma_parts/p24_3'pb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
269 <element name="p25_sv40-ori" value="emma_parts/p25_sv40-ori.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
270 <element name="p2_insulatorfb" value="emma_parts/p2_insulatorfb.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
271 <element name="p3_cagp" value="emma_parts/p3_cagp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
272 <element name="p3_cmvp_tet" value="emma_parts/p3_cmvp_tet.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
273 <element name="p3_ef1ap" value="emma_parts/p3_ef1ap.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
274 <element name="p3_tre3gp" value="emma_parts/p3_tre3gp.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
275 <element name="p4_kt-l7ae -weiss" value="emma_parts/p4_kt-l7ae -weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
276 <element name="p4_lac-o" value="emma_parts/p4_lac-o.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
277 <element name="p5_attb-bxb1" value="emma_parts/p5_attb-bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
278 <element name="p5_attp-bxb1" value="emma_parts/p5_attp-bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
279 <element name="p5_k1-k1" value="emma_parts/p5_k1-k1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
280 <element name="p5_kt-weiss" value="emma_parts/p5_kt-weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
281 <element name="p6_atg_boxc" value="emma_parts/p6_atg_boxc.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
282 <element name="p6_kozak-atg" value="emma_parts/p6_kozak-atg.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
283 <element name="p6_nt-igkl sequence" value="emma_parts/p6_nt-igkl sequence.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
284 <element name="p6_nt-mls" value="emma_parts/p6_nt-mls.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
285 <element name="p6_nt-myristoylation signal" value="emma_parts/p6_nt-myristoylation signal.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
286 <element name="p6_nt-palm sequence" value="emma_parts/p6_nt-palm sequence.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
287 <element name="p6_nt-sv40_nls" value="emma_parts/p6_nt-sv40_nls.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
288 <element name="p7_bxb1" value="emma_parts/p7_bxb1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
289 <element name="p7_l7ae-weiss" value="emma_parts/p7_l7ae-weiss.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
290 <element name="p7_l7ae" value="emma_parts/p7_l7ae.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
291 <element name="p7_laci" value="emma_parts/p7_laci.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
292 <element name="p7_mcherry" value="emma_parts/p7_mcherry.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
293 <element name="p7_mkate2" value="emma_parts/p7_mkate2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
294 <element name="p7_mneogreen" value="emma_parts/p7_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
295 <element name="p7_mruby2" value="emma_parts/p7_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
296 <element name="p7_mtagbfp2" value="emma_parts/p7_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
297 <element name="p8_linker1" value="emma_parts/p8_linker1.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
298 <element name="p8_linker2" value="emma_parts/p8_linker2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
299 <element name="p8_p2a" value="emma_parts/p8_p2a.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
300 <element name="p8a_ct-kdel" value="emma_parts/p8a_ct-kdel.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
301 <element name="p8b_ires2" value="emma_parts/p8b_ires2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
302 <element name="p9_a-tubulin" value="emma_parts/p9_a-tubulin.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
303 <element name="p9_bsdr" value="emma_parts/p9_bsdr.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
304 <element name="p9_dmrc" value="emma_parts/p9_dmrc.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
305 <element name="p9_firefly luciferase" value="emma_parts/p9_firefly luciferase.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
306 <element name="p9_mneogreen" value="emma_parts/p9_mneogreen.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
307 <element name="p9_mruby2" value="emma_parts/p9_mruby2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
308 <element name="p9_mtagbfp2" value="emma_parts/p9_mtagbfp2.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
309 <element name="p9_neor" value="emma_parts/p9_neor.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
310 <element name="p9_puror" value="emma_parts/p9_puror.gb" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
311 </collection>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
312 </param>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
313 <param name="picklist" value="example_picklist.xls" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
314 <param name="source_plate" value="example_echo_plate.xlsx"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
315 <conditional name='setting'>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
316 <param name="mode" value="demo" />
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
317 </conditional>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
318 <output name="output_zip" ftype='zip'>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
319 <assert_contents>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
320 <has_archive_member path=".*" n="5"/>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
321 </assert_contents>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
322 </output>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
323 </test>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
324 </tests>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
325
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
326 <help><![CDATA[
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
327 create_assembly_picklists
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
328 =========================
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
329
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
330 Provide a source plate map and an assembly plan, get a robotic picklist spreadsheet for Tecan EVO or Labcyte Echo.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
331 `Read more... <https://github.com/Edinburgh-Genome-Foundry/Plateo/blob/master/README.rst>`_
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
332
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
333 **Advanced parameters:**
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
334 ------------------------
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
335
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
336 - **Backbone Name(s):** It can be one backbone or more than one (one name per line).
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
337 - **Backbone Molar Ratio:** Between 0.0 and 1.0. This multiplies the backbone concentration with the part:backbone molar ratio.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
338 For example, a part:backbone = 2:1 will multiply the backbone concentration by 2, so half as much of it will be added.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
339 **Note:** If the part quantity unit is ng, this calculation is not performed.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
340
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
341 **Mode:**
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
342 ---------
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
343
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
344 This option allows you to choose how the tool runs:
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
345
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
346 - **Standard**: Runs the tool as a standalone application.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
347 - **DEMO**: Runs the tool with demo data.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
348
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
349 Demo data:
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
350
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
351 - **GenBank File(s):** `Download GenBank files <https://files.osf.io/v1/resources/x2sj3/providers/osfstorage/689496483e21964670f62efc/?zip=>`_
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
352
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
353 **Note:** Make GenBank files as a collection list.
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
354 `How to make collection <https://training.galaxyproject.org/training-material/topics/galaxy-interface/tutorials/collections/tutorial.html>`_
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
355
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
356 - **Assembly Plan (CSV or Excel):** `Download Assembly Plan <https://osf.io/download/6894965a96fb8cc5376b0c92/>`_
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
357
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
358 - **Source Plate (Excel):** `Download Source Plate <https://osf.io/download/6894965b7d01c1cf281b52d3/>`_
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
359 ]]></help>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
360
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
361
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
362 <citations>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
363 <citation type="bibtex">
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
364 @unpublished{create_assembly_picklists
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
365 author = {Ramiz Khaled},
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
366 title = {{create_assembly_picklists}},
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
367 url = {https://github.com/Edinburgh-Genome-Foundry/CUBA/blob/master/backend/app/views/create_assembly_picklists/CreateAssemblyPicklistsView.py},
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
368 }
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
369 </citation>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
370 </citations>
0b38f1504205 planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Plateo commit cc895a281863630e391c310322fbddfd31ac1f8f-dirty
tduigou
parents:
diff changeset
371 </tool>