diff extract_display_features/dashboard/html_js.xml @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extract_display_features/dashboard/html_js.xml	Wed Mar 23 14:35:56 2016 -0400
@@ -0,0 +1,16 @@
+<tool id="glytools_dashboard" name="GAP dashboard" version="0.1">
+    <description>for analytics</description>
+    <command interpreter="python">html_js.py $input1 $output</command>
+    <inputs>
+        <param format="html" name="input1" type="data" />
+    </inputs>
+    <outputs>
+        <data format="html" name="output"/>
+    </outputs>
+
+
+    <help>
+         Testing javascript inside galaxy with the intention to read glycomes and provide analytics
+    </help>
+
+</tool>