diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-tools/biobank/tools/all_enrollments.xml	Wed Sep 28 06:03:30 2016 -0400
@@ -0,0 +1,29 @@
+<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>
\ No newline at end of file