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