Skip to content

Commit

Permalink
update news and version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Blume <alex.gos90@gmail.com>
  • Loading branch information
alexg9010 committed Apr 26, 2023
1 parent 0d754a2 commit 388770d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: methylKit
Type: Package
Title: DNA methylation analysis from high-throughput
bisulfite sequencing results
Version: 1.27.0
Version: 1.27.1
Author: Altuna Akalin [aut, cre], Matthias Kormaksson [aut],
Sheng Li [aut], Arsene Wabo [ctb], Adrian Bierling [aut],
Alexander Blume [aut], Katarzyna Wreczycka [ctb]
Expand Down
19 changes: 17 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
methylKit 1.27.1
--------------
IMPROVEMENTS AND BUG FIXES
* fix R cmd check warnings:
- fix "Undocumented arguments in documentation object" by
documenting ‘...’, ‘treatment’ arguments for methylRawList and
methylRawListDB constructors
- methCall: replace variable length char with vector of chars to fix the
warning: "variable length arrays are a C99 feature [-Wvla-extension]"
- methCall: simplify the parsing of cigar string and replace
calls to deprecated std::sprintf with std::snprintf
* add test for processBismarkAln to check that reading sam and bam
returns the same object for the same content


methylKit 1.17.5
--------------
IMPROVEMENTS AND BUG FIXES
Expand Down Expand Up @@ -629,8 +644,8 @@ methylKit 0.9.2
IMPROVEMENTS AND BUG FIXES

* A bug introduced with 0.9.1 is fixed. The bug occured when unite() function
is used with destrand=TRUE argument. It returned less number of CpGs then it was
supposed to, although returned CpGs had correct methylation and coverage values.
is used with destrand=TRUE argument. It returned less number of CpGs then it was
supposed to, although returned CpGs had correct methylation and coverage values.


methylKit 0.9.1
Expand Down

0 comments on commit 388770d

Please sign in to comment.