annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
1 <tool id="html_export" name="html_export" version="0.1.0">
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
2 <description>Create a HTML output file with link to a sample text file
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
3 </description>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
4 <stdio>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
5 <exit_code range="1:" level="fatal" description="Error" />
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
6 </stdio>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
7 <command interpreter="python">html_export.py
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
8 --html_file "${html_file}"
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
9 --output_path "${html_file.files_path}"
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
10 </command>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
11 <outputs>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
12 <data format="html" name="html_file" label="Test HTML export"/>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
13 </outputs>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
14 <help>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
15 Test HTML export with included files
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
16 ------------------------------------
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
17 This is a simple tool to test HTML export with attachments as described in the
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
18 `wiki &lt;https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files&gt;`_
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
19
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
20 The output will be a HTML file with link to a sample text file.
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
21
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
22 </help>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
23 </tool>