# HG changeset patch
# User pjbriggs
# Date 1516724810 18000
# Node ID 7a8df77d1046abf1e9d53acd490bd2698e5612ac
# Parent dc498b03ca9ad74b2e4fd88939b37c76f0a0e7f9
Uploaded version 1.0.3.
diff -r dc498b03ca9a -r 7a8df77d1046 README.rst
--- a/README.rst Thu Sep 01 04:47:28 2016 -0400
+++ b/README.rst Tue Jan 23 11:26:50 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 dc498b03ca9a -r 7a8df77d1046 rnachipintegrator_macros.xml
--- a/rnachipintegrator_macros.xml Thu Sep 01 04:47:28 2016 -0400
+++ b/rnachipintegrator_macros.xml Tue Jan 23 11:26:50 2018 -0500
@@ -1,9 +1,9 @@
- 1.0.2
+ 1.0.3
python_xlsxwriter
- rnachipintegrator
+ rnachipintegrator
diff -r dc498b03ca9a -r 7a8df77d1046 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Sep 01 04:47:28 2016 -0400
+++ b/tool_dependencies.xml Tue Jan 23 11:26:50 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