|
0
|
1 <tool id="vl_tools_all_enrollments" name="VLT.all_enrollments">
|
|
|
2 <description>
|
|
|
3 Retrieve all enrollments codes from Omero server
|
|
|
4 </description>
|
|
|
5 <command interpreter="bash">
|
|
|
6 launcher.sh
|
|
|
7 --interpreter=python
|
|
|
8 --runner=all_enrollments.py
|
|
|
9 --host=$__user_omero_host__
|
|
|
10 --user=$__user_omero_user__
|
|
|
11 --passwd=$__user_omero_password__
|
|
|
12 --ofile=${output1}
|
|
|
13 --logfile=${logfile}
|
|
|
14 </command>
|
|
|
15 <inputs>
|
|
|
16
|
|
|
17 <!-- ************************************************** -->
|
|
|
18
|
|
|
19 </inputs>
|
|
|
20
|
|
|
21 <outputs>
|
|
|
22 <data format="tabular" name="output1" label="${tool.name}.csv"/>
|
|
|
23 <data format="txt" name="logfile" label="${tool.name}.logfile"/>
|
|
|
24 </outputs>
|
|
|
25 <help>
|
|
|
26 It will output a tsv files with the following columns:
|
|
|
27 </help>
|
|
|
28
|
|
|
29 </tool> |