Skip to content

Commit f6570d1

Browse files
author
Leily Rabbani
committed
bumped the build number up and updated the changes.txt
1 parent bffe36b commit f6570d1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.txt

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.4.3
2+
3+
* Changed iteritems() in estimateEscaleFactor to its python3 compatible items().
4+
* Added the missing argument (--clusterUsingSamples) to plotProfile.
5+
16
3.4.2
27

38
* Programmed around a bug in matplotlib that prevented the plotCorrelation scatter plot from working. See https://bioinformatics.stackexchange.com/questions/12830/plot-correlation-between-several-bam-files/12831
@@ -325,7 +330,7 @@
325330
* bamPEFragmentSize now has -bs and -n options to allow adjusting the number of alignments sampled. Note that the default value is auto-adjusted if the sampling is too sparse.
326331
* bamPEFragmentSize now accepts single-end files.
327332
* The --hclust option to plotProfile and plotHeatmap continues even if one of the groups is too small for plotting (matplotlib will produce a warning that you can ignore). This was issue #280.
328-
333+
329334
2.0.1
330335

331336
* A critical bug that prevented plotPCA from running was fixed.

deeptools/_version.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file is originally generated from Git information by running 'setup.py
33
# version'. Distribution tarballs contain a pre-generated copy of this file.
44

5-
__version__ = '3.4.2'
5+
__version__ = '3.4.3'

galaxy/wrapper/deepTools_macros.xml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<macros>
22

33
<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
4-
<token name="@WRAPPER_VERSION@">3.4.2.0</token>
4+
<token name="@WRAPPER_VERSION@">3.4.3.0</token>
55
<xml name="requirements">
66
<requirements>
7-
<requirement type="package" version="3.4.2">deeptools</requirement>
7+
<requirement type="package" version="3.4.3">deeptools</requirement>
88
<requirement type="package" version="1.9">samtools</requirement>
99
</requirements>
1010
<expand macro="stdio" />

0 commit comments

Comments
 (0)