Mercurial > repos > vimalkumarvelayudhan > html_export
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html_export.xml Fri Jul 03 11:59:29 2015 +0100 @@ -0,0 +1,23 @@ +<tool id="html_export" name="html_export" version="0.1.0"> + <description>Create a HTML output file with link to a sample text file + </description> + <stdio> + <exit_code range="1:" level="fatal" description="Error" /> + </stdio> + <command interpreter="python">html_export.py + --html_file "${html_file}" + --output_path "${html_file.files_path}" + </command> + <outputs> + <data format="html" name="html_file" label="Test HTML export"/> + </outputs> + <help> +Test HTML export with included files +------------------------------------ +This is a simple tool to test HTML export with attachments as described in the +`wiki <https://wiki.galaxyproject.org/Admin/Tools/Multiple Output Files>`_ + +The output will be a HTML file with link to a sample text file. + +</help> +</tool> \ No newline at end of file
