Mercurial > repos > saskia-hiltemann > ireport_devel
diff README.md @ 0:3c160414da2e
initial upload
| author | shiltemann |
|---|---|
| date | Thu, 26 Feb 2015 14:05:23 +0100 |
| parents | |
| children | 3c697a0bc415 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Thu Feb 26 14:05:23 2015 +0100 @@ -0,0 +1,30 @@ +iReport +======= + +iReport Galaxy tool - HTML reporting in Galaxy + +install to your Galaxy via the main tool shed: http://toolshed.g2.bx.psu.edu/ + +direct repository link: http://saskia-hiltemann@toolshed.g2.bx.psu.edu/repos/saskia-hiltemann/ireport + +email: s.hiltemann@erasmusmc.nl + + +Installation Instructions +-------------------------- +This package uses (but does not install) Bash, Perl and Python. + +If Pandoc ((johnmacfarlane.net/pandoc/index.html)) is installed on your system PATH (command 'pandoc'), any MarkDown text items will be rendered using Pandoc (allows many markdown syntax extensions). +If Pandoc is not present, a simple markdown conversion script is used (only handles vanilla syntax). + + +TODOs +--------------- +- ~~option to download iReport webpage~~ +- ~~markdown instead of plain text/html in text fields.~~ +- Support for large tables +- Multiple columns in table converted to weblinks. +- Table colums link to archive files in history +- .. +- ..suggestions? +
