0
|
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>
|