Skip to content

Commit 052116f

Browse files
Release 'devel' version with NEWS file ready for stable branch.
1 parent 0c79a3a commit 052116f

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: CAGEr
22
Title: Analysis of CAGE (Cap Analysis of Gene Expression) sequencing data for precise mapping of transcription start sites and promoterome mining
3-
Version: 2.7.1
4-
Date: 2023-07-05
3+
Version: 2.7.2
4+
Date: 2023-10-07
55
Authors@R:
66
c( person("Vanja", "Haberle", email = "vanja.haberle@gmail.com", role = "aut"),
77
person("Charles", "Plessy", email = "charles.plessy@oist.jp", role = "cre"),

NEWS.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
# Changes in devel version
2-
3-
BUG FIXES
4-
5-
- Fix accidental deletion of the record of the _tag clustering_ method (#96).
6-
7-
NEW FEATURES
8-
9-
- New `resetCAGEexp()` function.
10-
- New `flagByUpstreamSequences()` function.
11-
- The `annotateCTSS` and `annotateConsensusClusters` function gain a
12-
`upstream` and a `downstream` parameter to change the width of promoter
13-
regions.
14-
15-
# Changes in version 2.7.1
1+
# Changes in version 2.8.0
162

173
BUG FIXES
184

@@ -28,13 +14,19 @@ BUG FIXES
2814
`sample = NULL`. The bug was causing incorrectly short quantile ranges.
2915
- Force the cluster names to stay sorted, to avoid a bug desynchronising
3016
quantile information and genome coordinates.
17+
- Fix accidental deletion of the record of the _tag clustering_ method (#96).
3118

3219
NEW FEATURES
3320

3421
- Allow URLs to files in `getCTSS()` (Fixes #50).
3522
- Accelerated the computation of quantile position by ~20 times.
23+
- New `resetCAGEexp()` function.
24+
- New `flagByUpstreamSequences()` function.
25+
- The `annotateCTSS` and `annotateConsensusClusters` function gain a
26+
`upstream` and a `downstream` parameter to change the width of promoter
27+
regions.
3628

37-
# Changes in version 2.6.0
29+
# Changes in version 2.6.0 (26/4/2023)
3830

3931
BUG FIXES
4032

0 commit comments

Comments
 (0)