Mercurial > repos > lldelisle > omero_get_children_ids
annotate omero_get_children_ids.xml @ 0:b0876c73076b draft
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
author | lldelisle |
---|---|
date | Fri, 22 Dec 2023 12:55:40 +0000 |
parents | |
children | 82f2efb46200 |
rev | line source |
---|---|
0
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
1 <tool id="omero_get_children_ids" name="Omero" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
2 <description>Get children ids</description> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
3 <macros> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.1.0</token> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
6 </macros> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
7 <requirements> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
8 <requirement type="package" version="5.17.0">omero-py</requirement> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
9 </requirements> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
11 #if $omero_instance_type.omero_instance == "priv": |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
12 ## the user wants to use a non-public OMERO instance |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
13 ## check if credentials are set in the user-preferences, if not warn the user and exit |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
14 #set $username = $__user__.extra_preferences.get('omero_account|username', "") |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
15 #set $password = $__user__.extra_preferences.get('omero_account|password', "") |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
16 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
17 #if $omero_instance_type.galaxy_test_param != 'true' and ($username == "" or $password ==""): |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
18 echo "OMERO connection credentials are empty. Set your credentials via: User -> Preferences -> Manage Information" 1>&2 && |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
19 exit 1 && |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
20 #end if |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
21 #end if |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
22 python '$__tool_directory__/omero_get_children_ids.py' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
23 #if $omero_instance_type.omero_instance =='priv': |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
24 -oh '$omero_instance_type.omero_host' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
25 $omero_instance_type.omero_secured |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
26 -cf '$credentials' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
27 #end if |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
28 --parent-object-type '$omero_object.parent_object_type' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
29 --omero-id '$omero_object.omero_id' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
30 --final-object-type '$omero_object.final_object_type' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
31 --output '$output' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
32 ]]></command> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
33 <configfiles> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
34 <configfile name="credentials"><![CDATA[ |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
35 #if $omero_instance_type.omero_instance =='priv' and $omero_instance_type.galaxy_test_param == 'true': |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
36 ## as a test for a private instance we actually use a public instance, but with credentials |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
37 #set $username = 'public' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
38 #set $password = 'public' |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
39 #else: |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
40 #set $username = $__user__.extra_preferences.get('omero_account|username', "") |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
41 #set $password = $__user__.extra_preferences.get('omero_account|password', "") |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
42 #end if |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
43 { |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
44 "username": "$username", |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
45 "password": "$password" |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
46 } |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
47 ]]></configfile> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
48 </configfiles> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
49 <inputs> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
50 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
51 <param name="omero_instance" type="select" label="Which OMERO instance to connect?" |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
52 help="By default, the tool will request children ID from IDR. If you |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
53 need to connect to your own instance, set your connection username and password from User->Preference->Manage Information" > |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
54 <option value="idr">IDR</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
55 <option value="priv">other OMERO instance</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
56 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
57 <when value="priv"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
58 <param name="omero_host" type="text" label="OMERO host URL"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
59 <validator type="regex" message="Enter a valid host location, for example, your.omero.server">^[a-zA-Z0-9._-]*$</validator> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
60 <validator type="expression" message="No two dots (..) allowed">'..' not in value</validator> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
61 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
62 <param name="omero_secured" type="boolean" label="Secured connection?" checked="true" truevalue="--omero-secured" falsevalue="" |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
63 help="Select Yes if your OMERO instance is running with SSL, otherwise select No"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
64 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
65 <param name="galaxy_test_param" type="hidden" value="false" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
66 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
67 <when value="idr" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
68 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
69 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
70 <param name="parent_object_type" type="select" label="Type of parent object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
71 <option value="well">Well</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
72 <option value="plate">Plate</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
73 <option value="screen">Screen</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
74 <option value="dataset">Dataset</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
75 <option value="project">Project</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
76 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
77 <when value="well"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
78 <param name="omero_id" type="integer" value="" label="Well ID on omero" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
79 <param name="final_object_type" type="hidden" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
80 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
81 <when value="plate"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
82 <param name="omero_id" type="integer" value="" label="Plate ID on omero" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
83 <param name="final_object_type" type="select" label="Type of children object for which you want the id"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
84 <option value="image">All Omero Image Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
85 <option value="well">All Omero Well Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
86 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
87 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
88 <when value="screen"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
89 <param name="omero_id" type="integer" value="" label="Screen ID on omero" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
90 <param name="final_object_type" type="select" label="Type of children object for which you want the id"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
91 <option value="image">All Omero Image Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
92 <option value="well">All Omero Well Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
93 <option value="plate">All Omero Plate Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
94 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
95 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
96 <when value="dataset"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
97 <param name="omero_id" type="integer" value="" label="Dataset ID on omero" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
98 <param name="final_object_type" type="hidden" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
99 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
100 <when value="project"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
101 <param name="omero_id" type="integer" value="" label="Project ID on omero" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
102 <param name="final_object_type" type="select" label="Type of children object for which you want the id"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
103 <option value="image">All Omero Image Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
104 <option value="dataset">All Omero Dataset Ids</option> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
105 </param> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
106 </when> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
107 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
108 </inputs> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
109 <outputs> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
110 <data name="output" format="tabular" label="All ${omero_object.final_object_type} from ${omero_object.parent_object_type} ID ${omero_object.omero_id}" /> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
111 </outputs> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
112 <tests> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
113 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
114 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
115 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
116 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
117 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
118 <param name="parent_object_type" value="well"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
119 <param name="omero_id" value="2184933"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
120 <param name="final_object_type" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
121 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
122 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
123 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
124 <has_line line="14263182"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
125 <has_n_lines n="4"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
126 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
127 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
128 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
129 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
130 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
131 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
132 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
133 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
134 <param name="parent_object_type" value="plate"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
135 <param name="omero_id" value="10055"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
136 <param name="final_object_type" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
137 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
138 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
139 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
140 <has_line line="14263182"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
141 <has_n_lines n="1300"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
142 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
143 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
144 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
145 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
146 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
147 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
148 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
149 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
150 <param name="parent_object_type" value="plate"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
151 <param name="omero_id" value="10055"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
152 <param name="final_object_type" value="well"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
153 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
154 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
155 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
156 <has_line line="2184933"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
157 <has_n_lines n="325"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
158 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
159 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
160 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
161 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
162 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
163 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
164 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
165 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
166 <param name="parent_object_type" value="screen"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
167 <param name="omero_id" value="3302"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
168 <param name="final_object_type" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
169 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
170 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
171 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
172 <has_line line="14263182"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
173 <has_n_lines n="9100"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
174 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
175 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
176 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
177 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
178 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
179 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
180 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
181 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
182 <param name="parent_object_type" value="screen"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
183 <param name="omero_id" value="3302"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
184 <param name="final_object_type" value="plate"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
185 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
186 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
187 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
188 <has_line line="10055"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
189 <has_n_lines n="7"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
190 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
191 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
192 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
193 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
194 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
195 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
196 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
197 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
198 <param name="parent_object_type" value="screen"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
199 <param name="omero_id" value="3302"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
200 <param name="final_object_type" value="well"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
201 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
202 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
203 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
204 <has_line line="2184933"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
205 <has_n_lines n="2275"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
206 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
207 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
208 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
209 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
210 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
211 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
212 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
213 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
214 <param name="parent_object_type" value="dataset"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
215 <param name="omero_id" value="18101"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
216 <param name="final_object_type" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
217 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
218 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
219 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
220 <has_line line="15148237"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
221 <has_n_lines n="199"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
222 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
223 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
224 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
225 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
226 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
227 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
228 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
229 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
230 <param name="parent_object_type" value="project"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
231 <param name="omero_id" value="2801"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
232 <param name="final_object_type" value="image"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
233 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
234 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
235 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
236 <has_line line="15148237"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
237 <has_n_lines n="494"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
238 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
239 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
240 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
241 <test expect_num_outputs="1"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
242 <conditional name="omero_instance_type"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
243 <param name="omero_instance" value="idr"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
244 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
245 <conditional name="omero_object"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
246 <param name="parent_object_type" value="project"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
247 <param name="omero_id" value="2801"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
248 <param name="final_object_type" value="dataset"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
249 </conditional> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
250 <output name="output"> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
251 <assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
252 <has_line line="18101"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
253 <has_n_lines n="2"/> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
254 </assert_contents> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
255 </output> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
256 </test> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
257 </tests> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
258 <help><![CDATA[ |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
259 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
260 .. class:: infomark |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
261 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
262 **What it does** |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
263 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
264 This tool will create a file with the list of all children ids of a given omero object. |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
265 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
266 ]]></help> |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
267 </tool> |