annotate instructor.xml @ 7:6f8e7e811333 draft

planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
author tduigou
date Wed, 15 Mar 2023 10:26:46 +0000
parents df5b3f40c0b6
children c8bd090fa47f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
1 <tool id="icfree_instructor" name="iCFree instructor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@">
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
2 <description>Generates a list of Echo-compatible instructions to prepare samples</description>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
3 <macros>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
4 <import>macros.xml</import>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
5 </macros>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
6 <expand macro="requirements"/>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
7 <expand macro="stdio"/>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
7
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
9 mkdir json tsv &&
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
10 #set sps = []
6
df5b3f40c0b6 planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents: 5
diff changeset
11 #for $x in $source_plates:
7
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
12 ln -sfn '$x' 'json/$x.element_identifier' &&
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
13 #silent sps.append('json/' + str($x.element_identifier))
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
14 #end for
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
15 #set s_sps = '" "'.join(sps)
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
16 #set sws = []
6
df5b3f40c0b6 planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents: 5
diff changeset
17 #for $x in $source_wells:
7
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
18 ln -sfn '$x' 'tsv/$x.element_identifier' &&
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
19 #silent sws.append('tsv/' + str($x.element_identifier))
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
20 #end for
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
21 #set s_sws = '" "'.join(sws)
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
22 #set dps = []
6
df5b3f40c0b6 planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents: 5
diff changeset
23 #for $x in $dest_plates:
7
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
24 ln -sfn '$x' 'json/$x.element_identifier' &&
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
25 #silent dps.append('json/' + str($x.element_identifier))
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
26 #end for
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
27 #set s_dps = '" "'.join(dps)
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
28 #set dws = []
6
df5b3f40c0b6 planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents: 5
diff changeset
29 #for $x in $dest_wells:
7
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
30 ln -sfn '$x' 'tsv/$x.element_identifier' &&
6f8e7e811333 planemo upload for repository https://github.com/brsynth/icfree-ml commit 394ca2ac7adcf41f39deb35433fc81b33747041c
tduigou
parents: 6
diff changeset
31 #silent dws.append('tsv/' + str($x.element_identifier))
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
32 #end for
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
33 #set s_dws = '" "'.join(dws)
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
34 python -m icfree.instructor
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
35 --source_plates '$s_sps'
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
36 --source_wells '$s_sws'
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
37 --dest_plates '$s_dps'
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
38 --dest_wells '$s_dws'
4
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
39 --output-folder '.' &&
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
40 mv volume_warning.tsv '$output_warning' &&
4
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
41 mv instructions.csv '$output_instruction'
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
42 ]]></command>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
43 <inputs>
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
44 <param name="source_plates" type="data_collection" collection_type="list" format="json" label="Source plates information (json)" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
45 <param name="source_wells" type="data_collection" collection_type="list" format="tabular" label="Source wells information (tsv)" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
46 <param name="dest_plates" type="data_collection" collection_type="list" format="json" label="Destination plates information (json)" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
47 <param name="dest_wells" type="data_collection" collection_type="list" format="tabular" label="Destination wells information (tsv)" />
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
48 </inputs>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
49 <outputs>
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
50 <data name="output_warning" format="tsv" label="${tool.name} - Warning" />
4
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
51 <data name="output_instruction" format="csv" label="${tool.name} - Instruction" />
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
52 </outputs>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
53 <tests>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
54 <test>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
55 <!-- test 1: check if identical outputs are produced with default parameters -->
5
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
56 <param name="source_plates">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
57 <collection type="list">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
58 <element name="plates_generator_source_plate_1" value="plates_generator_source_plate_1.test-1.json" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
59 </collection>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
60 </param>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
61 <param name="source_wells">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
62 <collection type="list">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
63 <element name="plates_generator_source_plate_1.test-1.tsv" value="plates_generator_source_plate_1.test-1.tsv" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
64 </collection>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
65 </param>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
66 <param name="dest_plates">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
67 <collection type="list">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
68 <element name="plates_generator_destination_plate_1.test-1.json" value="plates_generator_destination_plate_1.test-1.json" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
69 </collection>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
70 </param>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
71 <param name="dest_wells">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
72 <collection type="list">
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
73 <element name="plates_generator_destination_plate_1.test-1.tsv" value="plates_generator_destination_plate_1.test-1.tsv" />
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
74 </collection>
190889521a9e planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents: 4
diff changeset
75 </param>
4
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
76 <output name="output_warning" ftype="tabular">
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
77 <assert_contents>
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
78 <has_n_lines n="12"/>
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
79 <has_line_matching expression="^Parameter\tMin\tMax\tPlate$"/>
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
80 </assert_contents>
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
81 </output>
4
fba5810f3946 planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents: 1
diff changeset
82 <output name="output_instruction" file="instructor_instructions.csv" ftype="csv" compare="diff" />
0
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
83 </test>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
84 </tests>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
85 <help><![CDATA[
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
86 Instructor
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
87 ==========
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
88
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
89 The module generates a list of instructions to perform the experiment.
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
90
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
91 Input
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
92 -----
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
93 Required:
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
94 * **Source plates file**: description of the source plates (source well name, source well volume...) (JSON format)
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
95 * **Destination plates file**: description of the destination plates (destination well name, destination well volume...) (JSON format)
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
96
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
97 Advanced options:
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
98 -----------------
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
99 * **Robot name**: name of the robot to generate instructions for (default: "echo")
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
100
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
101 Output
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
102 ------
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
103 * **instructions**: contains the instructions to perform the experiment
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
104 * **volumes_warning**: contains the volumes that may cause issues with the chosen robot
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
105 ]]></help>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
106 <expand macro="creator"/>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
107 <expand macro="citation"/>
f60f2f6ec0cc planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff changeset
108 </tool>