# HG changeset patch
# User pjbriggs
# Date 1516724086 18000
# Node ID e630b0f34130ffc2af5c00c63ebc011361ad6836
# Parent d37526cd12aaf4924581cb8e059e8462bc80f5a0
Uploaded version 1.0.3.
diff -r d37526cd12aa -r e630b0f34130 README.rst
--- a/README.rst Thu Sep 01 04:23:27 2016 -0400
+++ b/README.rst Tue Jan 23 11:14:46 2018 -0500
@@ -84,26 +84,13 @@
from the refGene table, and select the strand field.)
-Note on Excel output files and Galaxy
-=====================================
-
-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 (XLS) output file handling in Galaxy, edit the
-``datatypes_conf.xml`` file and add:
-
-
-
-Restarting Galaxy should mean that the browser correctly handles Excel outputs
-from RnaChipIntegrator.
-
History
=======
========== ======================================================================
Version Changes
---------- ----------------------------------------------------------------------
+1.0.3.0 - Update to ``RnaChipIntegrator`` version 1.0.3
1.0.2.0 - Update to ``RnaChipIntegrator`` version 1.0.2 (fixes bug with
zero or blank cutoff)
1.0.0.0 - Update to use latest ``RnaChipIntegrator`` version 1.0.0.
diff -r d37526cd12aa -r e630b0f34130 rnachipintegrator_macros.xml
--- a/rnachipintegrator_macros.xml Thu Sep 01 04:23:27 2016 -0400
+++ b/rnachipintegrator_macros.xml Tue Jan 23 11:14:46 2018 -0500
@@ -1,9 +1,9 @@
- 1.0.2
+ 1.0.3
python_xlsxwriter
- rnachipintegrator
+ rnachipintegrator
diff -r d37526cd12aa -r e630b0f34130 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Sep 01 04:23:27 2016 -0400
+++ b/tool_dependencies.xml Tue Jan 23 11:14:46 2018 -0500
@@ -17,10 +17,10 @@
Installs Python module XlsxWriter 0.8.4
-
+
- https://pypi.python.org/packages/3b/28/a83c8d0503e5af1318c1b0d7cdbdca933a9647220e461d1a8f5800a58de2/RnaChipIntegrator-1.0.2.tar.gz
+ https://pypi.python.org/packages/2f/63/d2b930e110b74197675ab6eee21f46afbdb3931f6aa971fc2de8c2437163/RnaChipIntegrator-1.0.3.tar.gz
pip install --no-use-wheel --install-option "--prefix=$INSTALL_DIR" .
@@ -30,6 +30,6 @@
- Installs RnaChipIntegrator 1.0.2 from PyPI
+ Installs RnaChipIntegrator 1.0.3 from PyPI