view html_export.xml @ 2:ebd2c7b56d10 default tip

Version update (testing)
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 24 Nov 2015 11:57:08 +0000
parents da900b5a0bda
children
line wrap: on
line source

<tool id="html_export" name="html_export" version="0.1.1">
    <description>Create a HTML output file with link to a sample text file
    </description>
    <stdio>
        <exit_code range="1:"  level="fatal" description="Error" />
    </stdio>
    <command interpreter="python">html_export.py
    --html_file "${html_file}"
    --output_path "${html_file.files_path}"
    </command>
    <inputs>
        <param name="sample" type="text" value="a simple text input" help="Just a placeholder. This isn't required for the program to work"/>
    </inputs>
    <outputs>
        <data format="html" name="html_file" label="Test HTML export"/>
    </outputs>
    <tests>
        <test>
            <param name="sample" value="test"/>
            <output name="html_file" file="html_export.html"/>
        </test>
    </tests>
    <help>
Test HTML export with included files
------------------------------------
This is a simple tool to test HTML export with attachments as described in the
`wiki &lt;https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files&gt;`_

The output will be a HTML file with link to a sample text file.

</help>
<citations />
</tool>