view extract_display_features/dashboard/html_js.xml @ 1:0a5e0df17054 draft default tip

Uploaded
author chrisb
date Fri, 06 May 2016 08:05:48 -0400
parents 89592faa2875
children
line wrap: on
line source

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