diff README.rst @ 23:c7646ff9b5c9 draft default tip

planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
author pjbriggs
date Tue, 27 Jun 2023 07:37:07 +0000
parents dfb939015935
children
line wrap: on
line diff
--- a/README.rst	Wed Dec 12 07:55:16 2018 -0500
+++ b/README.rst	Tue Jun 27 07:37:07 2023 +0000
@@ -56,21 +56,22 @@
 to re-implement the internal workings of the tool to conform with current
 practices in invoking commands from Galaxy, and to add new functionality.
 
-========== ======================================================================
-Version    Changes
----------- ----------------------------------------------------------------------
-2.1.2.0    - Update to use MACS 2.1.2
-2.1.1.0    - Update to use MACS 2.1.1 and use conda to resolve dependencies
-2.1.0-6    - Add bedSort step into bigWig file generation; terminate with error
-             when MACS finishes with non-zero exit code.
-2.1.0-5    - User must explicitly specify the format for the inputs (to allow
-             for paired-end data)
-2.1.0-4    - Remove 'bdgcmp' functionality.
-2.1.0-3    - Add tool tests
-2.1.0-2    - Add option to create bigWig file from bedGraphs; fix bug with -B
-             option; make --mfold defaults consistent.
-2.1.0-1    - Initial version
-========== ======================================================================
+============= =================================================================
+Version       Changes
+------------- -----------------------------------------------------------------
+2.1.2-galaxy1 - Update UCSC tool dependencies to version 357
+2.1.2.0       - Update to use MACS 2.1.2
+2.1.1.0       - Update to use MACS 2.1.1 and use conda to resolve dependencies
+2.1.0-6       - Add bedSort step into bigWig file generation; terminate with
+                error when MACS finishes with non-zero exit code.
+2.1.0-5       - User must explicitly specify the format for the inputs (to
+                allow for paired-end data)
+2.1.0-4       - Remove 'bdgcmp' functionality.
+2.1.0-3       - Add tool tests
+2.1.0-2       - Add option to create bigWig file from bedGraphs; fix bug with
+                ``-B`` option; make ``--mfold`` defaults consistent.
+2.1.0-1       - Initial version
+============= =================================================================
 
 
 Developers