comparison html_export.xml @ 0:6423c038695d

First commit
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Fri, 03 Jul 2015 11:59:29 +0100
parents
children da900b5a0bda
comparison
equal deleted inserted replaced
-1:000000000000 0:6423c038695d
1 <tool id="html_export" name="html_export" version="0.1.0">
2 <description>Create a HTML output file with link to a sample text file
3 </description>
4 <stdio>
5 <exit_code range="1:" level="fatal" description="Error" />
6 </stdio>
7 <command interpreter="python">html_export.py
8 --html_file "${html_file}"
9 --output_path "${html_file.files_path}"
10 </command>
11 <outputs>
12 <data format="html" name="html_file" label="Test HTML export"/>
13 </outputs>
14 <help>
15 Test HTML export with included files
16 ------------------------------------
17 This is a simple tool to test HTML export with attachments as described in the
18 `wiki &lt;https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files&gt;`_
19
20 The output will be a HTML file with link to a sample text file.
21
22 </help>
23 </tool>