Mercurial > repos > vimalkumarvelayudhan > html_export
comparison html_export.xml @ 1:da900b5a0bda
Add input, test, citations parameters and test-data
| author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
|---|---|
| date | Fri, 03 Jul 2015 12:24:49 +0100 |
| parents | 6423c038695d |
| children | ebd2c7b56d10 |
comparison
equal
deleted
inserted
replaced
| 0:6423c038695d | 1:da900b5a0bda |
|---|---|
| 6 </stdio> | 6 </stdio> |
| 7 <command interpreter="python">html_export.py | 7 <command interpreter="python">html_export.py |
| 8 --html_file "${html_file}" | 8 --html_file "${html_file}" |
| 9 --output_path "${html_file.files_path}" | 9 --output_path "${html_file.files_path}" |
| 10 </command> | 10 </command> |
| 11 <inputs> | |
| 12 <param name="sample" type="text" value="a simple text input" help="Just a placeholder. This isn't required for the program to work"/> | |
| 13 </inputs> | |
| 11 <outputs> | 14 <outputs> |
| 12 <data format="html" name="html_file" label="Test HTML export"/> | 15 <data format="html" name="html_file" label="Test HTML export"/> |
| 13 </outputs> | 16 </outputs> |
| 17 <tests> | |
| 18 <test> | |
| 19 <param name="sample" value="test"/> | |
| 20 <output name="html_file" file="html_export.html"/> | |
| 21 </test> | |
| 22 </tests> | |
| 14 <help> | 23 <help> |
| 15 Test HTML export with included files | 24 Test HTML export with included files |
| 16 ------------------------------------ | 25 ------------------------------------ |
| 17 This is a simple tool to test HTML export with attachments as described in the | 26 This is a simple tool to test HTML export with attachments as described in the |
| 18 `wiki <https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files>`_ | 27 `wiki <https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files>`_ |
| 19 | 28 |
| 20 The output will be a HTML file with link to a sample text file. | 29 The output will be a HTML file with link to a sample text file. |
| 21 | 30 |
| 22 </help> | 31 </help> |
| 32 <citations /> | |
| 23 </tool> | 33 </tool> |
