annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ebd2c7b56d10 Version update (testing)
Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
parents: 1
diff changeset
1 <tool id="html_export" name="html_export" version="0.1.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>
1
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
11 <inputs>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
12 <param name="sample" type="text" value="a simple text input" help="Just a placeholder. This isn't required for the program to work"/>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
13 </inputs>
0
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
14 <outputs>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
15 <data format="html" name="html_file" label="Test HTML export"/>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
16 </outputs>
1
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
17 <tests>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
18 <test>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
19 <param name="sample" value="test"/>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
20 <output name="html_file" file="html_export.html"/>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
21 </test>
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
22 </tests>
0
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
23 <help>
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
24 Test HTML export with included files
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
25 ------------------------------------
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
26 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
27 `wiki &lt;https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files&gt;`_
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
28
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
29 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
30
6423c038695d First commit
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff changeset
31 </help>
1
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
32 <citations />
da900b5a0bda Add input, test, citations parameters and test-data
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents: 0
diff changeset
33 </tool>