Mercurial > repos > vimalkumarvelayudhan > html_export
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 |
| 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 | 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> | |
|
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 | 14 <outputs> |
| 15 <data format="html" name="html_file" label="Test HTML export"/> | |
| 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 | 23 <help> |
| 24 Test HTML export with included files | |
| 25 ------------------------------------ | |
| 26 This is a simple tool to test HTML export with attachments as described in the | |
| 27 `wiki <https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files>`_ | |
| 28 | |
| 29 The output will be a HTML file with link to a sample text file. | |
| 30 | |
| 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> |
