changeset 3:7a8df77d1046 draft

Uploaded version 1.0.3.
author pjbriggs
date Tue, 23 Jan 2018 11:26:50 -0500
parents dc498b03ca9a
children b695071de766
files README.rst rnachipintegrator_macros.xml tool_dependencies.xml
diffstat 3 files changed, 6 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- 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:
-
-    <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.
-
 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.
--- 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 @@
 <macros>
-  <token name="@VERSION@">1.0.2</token>
+  <token name="@VERSION@">1.0.3</token>
   <xml name="requirements">
     <requirements>
       <requirement type="package" version="0.8.4">python_xlsxwriter</requirement>
-      <requirement type="package" version="1.0.2">rnachipintegrator</requirement>
+      <requirement type="package" version="1.0.3">rnachipintegrator</requirement>
     </requirements>
   </xml>
   <xml name="version_command">
--- 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 @@
     </install>
     <readme>Installs Python module XlsxWriter 0.8.4</readme>
   </package>
-  <package name="rnachipintegrator" version="1.0.2">
+  <package name="rnachipintegrator" version="1.0.3">
     <install version="1.0">
       <actions>
-	<action type="download_by_url">https://pypi.python.org/packages/3b/28/a83c8d0503e5af1318c1b0d7cdbdca933a9647220e461d1a8f5800a58de2/RnaChipIntegrator-1.0.2.tar.gz</action>
+	<action type="download_by_url">https://pypi.python.org/packages/2f/63/d2b930e110b74197675ab6eee21f46afbdb3931f6aa971fc2de8c2437163/RnaChipIntegrator-1.0.3.tar.gz</action>
         <action type="shell_command">
 	  pip install --no-use-wheel --install-option "--prefix=$INSTALL_DIR" .
 	</action>
@@ -30,6 +30,6 @@
 	</action>
       </actions>
     </install>
-    <readme>Installs RnaChipIntegrator 1.0.2 from PyPI</readme>
+    <readme>Installs RnaChipIntegrator 1.0.3 from PyPI</readme>
   </package>
 </tool_dependency>