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

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:89592faa2875
1 <tool id="glytools_dashboard" name="GAP dashboard" version="0.1">
2 <description>for analytics</description>
3 <command interpreter="python">html_js.py $input1 $output</command>
4 <inputs>
5 <param format="html" name="input1" type="data" />
6 </inputs>
7 <outputs>
8 <data format="html" name="output"/>
9 </outputs>
10
11
12 <help>
13 Testing javascript inside galaxy with the intention to read glycomes and provide analytics
14 </help>
15
16 </tool>