Mercurial > repos > pjbriggs > rnachipintegrator
diff README.rst @ 1:5f69a2c1b9c9 draft
Uploaded version 1.0.0.0.
author | pjbriggs |
---|---|
date | Wed, 24 Feb 2016 09:39:14 -0500 |
parents | d9c1f2133124 |
children | dc498b03ca9a |
line wrap: on
line diff
--- a/README.rst Tue Jun 30 06:44:06 2015 -0400 +++ b/README.rst Wed Feb 24 09:39:14 2016 -0500 @@ -90,12 +90,10 @@ RnaChipIntegrator produces an Excel spreadsheet as one of its outputs, however Galaxy is not currently set up by default to handle these. -To enable Excel output file handling in Galaxy, edit the ``datatypes_conf.xml`` -file and add: +To enable Excel (XLS) output file handling in Galaxy, edit the +``datatypes_conf.xml`` file and add: - <datatype extension="xls" type="galaxy.datatypes.data:Data" mimetype="application/vnd.ms-excel" /> - -You'll also need to remove the existing datatype with extension "xls". + <datatype extension="xlsx" type="galaxy.datatypes.binary:Binary" mimetype="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/> Restarting Galaxy should mean that the browser correctly handles Excel outputs from RnaChipIntegrator. @@ -106,6 +104,11 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +1.0.0.0 - Update to use latest ``RnaChipIntegrator`` version 1.0.0. +0.5.0-0 - Significant update to bring tools in line with + ``RnaChipIntegrator`` version 0.5.0, including removing the + distinction between 'regions' and 'summits' for input peaks, + and otherwise attempting to simplify the tools for users. 0.4.4-0 - Initial version pushed to toolshed ========== ======================================================================