Mercurial > repos > lldelisle > omero_get_children_ids
annotate omero_get_children_ids.xml @ 1:82f2efb46200 draft default tip
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
author | lldelisle |
---|---|
date | Mon, 17 Jun 2024 08:05:48 +0000 |
parents | b0876c73076b |
children |
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> |
1
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.2.0</token> |
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
|
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' |
1
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
32 $get_name |
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
|
33 ]]></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
|
34 <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
|
35 <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
|
36 #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
|
37 ## 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
|
38 #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
|
39 #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
|
40 #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
|
41 #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
|
42 #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
|
43 #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
|
44 { |
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 "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
|
46 "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
|
47 } |
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 ]]></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
|
49 </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
|
50 <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
|
51 <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
|
52 <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
|
53 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
|
54 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
|
55 <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
|
56 <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
|
57 </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
|
58 <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
|
59 <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
|
60 <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
|
61 <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
|
62 </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
|
63 <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
|
64 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
|
65 </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
|
66 <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
|
67 </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
|
68 <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
|
69 </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
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 <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
|
75 <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
|
76 <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
|
77 </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
|
78 <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
|
79 <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
|
80 <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
|
81 </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
|
82 <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
|
83 <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
|
84 <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
|
85 <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
|
86 <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
|
87 </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
|
88 </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
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <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
|
94 <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
|
95 </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
|
96 </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
|
97 <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
|
98 <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
|
99 <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
|
100 </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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 </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
|
107 </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
|
108 </conditional> |
1
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
109 <param name="get_name" type="boolean" truevalue="--get-name" falsevalue="" checked="false" label="Retrieve names into a second column" /> |
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
|
110 </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
|
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 <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
|
113 </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
|
114 <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
|
115 <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
|
116 <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
|
117 <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
|
118 </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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 </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
|
124 <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
|
125 <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
|
126 <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
|
127 <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
|
128 </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
|
129 </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
|
130 </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
|
131 <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
|
132 <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
|
133 <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
|
134 </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
|
135 <conditional name="omero_object"> |
1
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
136 <param name="parent_object_type" value="well"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
137 <param name="omero_id" value="2184933"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
138 <param name="final_object_type" value="image"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
139 </conditional> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
140 <param name="get_name" value="true"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
141 <output name="output"> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
142 <assert_contents> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
143 <has_text text="003012001.flex [Well A-1; Field #1]"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
144 <has_n_lines n="4"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
145 </assert_contents> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
146 </output> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
147 </test> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
148 <test expect_num_outputs="1"> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
149 <conditional name="omero_instance_type"> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
150 <param name="omero_instance" value="idr"/> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
151 </conditional> |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
152 <conditional name="omero_object"> |
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
|
153 <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
|
154 <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
|
155 <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
|
156 </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
|
157 <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
|
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 <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
|
160 <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
|
161 </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
|
162 </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
|
163 </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
|
164 <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
|
165 <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
|
166 <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
|
167 </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
|
168 <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
|
169 <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
|
170 <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
|
171 <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
|
172 </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
|
173 <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
|
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 <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
|
176 <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
|
177 </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
|
178 </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
|
179 </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
|
180 <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
|
181 <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
|
182 <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
|
183 </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
|
184 <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
|
185 <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
|
186 <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
|
187 <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
|
188 </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
|
189 <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
|
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 <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
|
192 <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
|
193 </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
|
194 </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
|
195 </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
|
196 <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
|
197 <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
|
198 <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
|
199 </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
|
200 <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
|
201 <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
|
202 <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
|
203 <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
|
204 </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
|
205 <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
|
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 <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
|
208 <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
|
209 </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
|
210 </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
|
211 </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
|
212 <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
|
213 <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
|
214 <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
|
215 </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
|
216 <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
|
217 <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
|
218 <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
|
219 <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
|
220 </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
|
221 <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
|
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 <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
|
224 <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
|
225 </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
|
226 </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
|
227 </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
|
228 <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
|
229 <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
|
230 <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
|
231 </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
|
232 <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
|
233 <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
|
234 <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
|
235 <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
|
236 </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
|
237 <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
|
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 <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
|
240 <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
|
241 </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
|
242 </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
|
243 </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
|
244 <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
|
245 <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
|
246 <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
|
247 </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
|
248 <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
|
249 <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
|
250 <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
|
251 <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
|
252 </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
|
253 <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
|
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 <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
|
256 <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
|
257 </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
|
258 </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
|
259 </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
|
260 <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
|
261 <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
|
262 <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
|
263 </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
|
264 <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
|
265 <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
|
266 <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
|
267 <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
|
268 </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
|
269 <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
|
270 <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
|
271 <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
|
272 <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
|
273 </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
|
274 </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
|
275 </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
|
276 </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
|
277 <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
|
278 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
279 .. 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
|
280 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
281 **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
|
282 |
b0876c73076b
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 8ac44b0341c70ce330fc0f24712b6f9b59b14731
lldelisle
parents:
diff
changeset
|
283 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
|
284 |
1
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
285 If the option is set, it can also retrive the names. |
82f2efb46200
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_get_children_ids commit 3a5c830ad68e29c5e9f91edffa0a548c77aac141
lldelisle
parents:
0
diff
changeset
|
286 |
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
|
287 ]]></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
|
288 </tool> |