Mercurial > repos > ric > test2
view galaxy-tools/biobank/tools/all_enrollments.xml @ 0:ba6cf6ede027 draft default tip
Uploaded
| author | ric |
|---|---|
| date | Wed, 28 Sep 2016 06:03:30 -0400 |
| parents | |
| children |
line wrap: on
line source
<tool id="vl_tools_all_enrollments" name="VLT.all_enrollments"> <description> Retrieve all enrollments codes from Omero server </description> <command interpreter="bash"> launcher.sh --interpreter=python --runner=all_enrollments.py --host=$__user_omero_host__ --user=$__user_omero_user__ --passwd=$__user_omero_password__ --ofile=${output1} --logfile=${logfile} </command> <inputs> <!-- ************************************************** --> </inputs> <outputs> <data format="tabular" name="output1" label="${tool.name}.csv"/> <data format="txt" name="logfile" label="${tool.name}.logfile"/> </outputs> <help> It will output a tsv files with the following columns: </help> </tool>
