Mercurial > repos > tduigou > icfree_instructor
annotate instructor.xml @ 6:df5b3f40c0b6 draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
| author | tduigou |
|---|---|
| date | Wed, 15 Mar 2023 10:06:51 +0000 |
| parents | 190889521a9e |
| children | 6f8e7e811333 |
| 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[ |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
9 #set sps = [] |
|
6
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
10 #for $x in $source_plates: |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
11 ln -sfn '$x' '$x.element_identifier' && |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
12 #silent sps.append(str($x.element_identifier)) |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
13 #end for |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
14 #set s_sps = '" "'.join(sps) |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
15 #set sws = [] |
|
6
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
16 #for $x in $source_wells: |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
17 ln -sfn '$x' '$x.element_identifier' && |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
18 #silent sws.append(str($x.element_identifier)) |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
19 #end for |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
20 #set s_sws = '" "'.join(sws) |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
21 #set dps = [] |
|
6
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
22 #for $x in $dest_plates: |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
23 ln -sfn '$x' '$x.element_identifier' && |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
24 #silent dps.append(str($x.element_identifier)) |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
25 #end for |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
26 #set s_dps = '" "'.join(dps) |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
27 #set dws = [] |
|
6
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
28 #for $x in $dest_wells: |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
29 ln -sfn '$x' '$x.element_identifier' && |
|
df5b3f40c0b6
planemo upload for repository https://github.com/brsynth/icfree-ml commit bb700d24e25b280f75f17f0a25f91062688cbad7
tduigou
parents:
5
diff
changeset
|
30 #silent dws.append(str($x.element_identifier)) |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
31 #end for |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
32 #set s_dws = '" "'.join(dws) |
|
0
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
33 python -m icfree.instructor |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
34 --source_plates '$s_sps' |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
35 --source_wells '$s_sws' |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
36 --dest_plates '$s_dps' |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
37 --dest_wells '$s_dws' |
|
4
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
38 --output-folder '.' && |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
39 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
|
40 mv instructions.csv '$output_instruction' |
|
0
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
41 ]]></command> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
42 <inputs> |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
43 <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
|
44 <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
|
45 <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
|
46 <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
|
47 </inputs> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
48 <outputs> |
|
5
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
49 <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
|
50 <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
|
51 </outputs> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
52 <tests> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
53 <test> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
54 <!-- 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
|
55 <param name="source_plates"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
56 <collection type="list"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
57 <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
|
58 </collection> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
59 </param> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
60 <param name="source_wells"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
61 <collection type="list"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
62 <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
|
63 </collection> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
64 </param> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
65 <param name="dest_plates"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
66 <collection type="list"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
67 <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
|
68 </collection> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
69 </param> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
70 <param name="dest_wells"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
71 <collection type="list"> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
72 <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
|
73 </collection> |
|
190889521a9e
planemo upload for repository https://github.com/brsynth/icfree-ml commit 5f2c17e82747f20abcdf1f11dee4b5bd414295ef
tduigou
parents:
4
diff
changeset
|
74 </param> |
|
4
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
75 <output name="output_warning" ftype="tabular"> |
|
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
76 <assert_contents> |
|
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
77 <has_n_lines n="12"/> |
|
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
78 <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
|
79 </assert_contents> |
|
0
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
80 </output> |
|
4
fba5810f3946
planemo upload for repository https://github.com/brsynth/icfree-ml commit 79b4751f34792a1a346ada38f7b6f64571dd51e9
tduigou
parents:
1
diff
changeset
|
81 <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
|
82 </test> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
83 </tests> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
84 <help><![CDATA[ |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
85 Instructor |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
86 ========== |
|
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 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
|
89 |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
90 Input |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
91 ----- |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
92 Required: |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
93 * **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
|
94 * **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
|
95 |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
96 Advanced options: |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
97 ----------------- |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
98 * **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
|
99 |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
100 Output |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
101 ------ |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
102 * **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
|
103 * **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
|
104 ]]></help> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
105 <expand macro="creator"/> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
106 <expand macro="citation"/> |
|
f60f2f6ec0cc
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
tduigou
parents:
diff
changeset
|
107 </tool> |
