From dc995884b0fb75f9947ae8cda8c6e81285152d72 Mon Sep 17 00:00:00 2001 From: Christian Mertes Date: Thu, 25 Apr 2024 14:08:59 +0200 Subject: [PATCH] Version Bump for Bioconductor 3.18 (#65) * bump x.y.z version to even y prior to creation of RELEASE_3_17 branch * bump x.y.z version to odd y following creation of RELEASE_3_17 branch * bump x.y.z version to even y prior to creation of RELEASE_3_18 branch * Bump version and NEWS file --------- Co-authored-by: J Wokaty Co-authored-by: J Wokaty --- DESCRIPTION | 4 ++-- NEWS | 6 ++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 69ffded..ed5e74e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: OUTRIDER Title: OUTRIDER - OUTlier in RNA-Seq fInDER Type: Package -Version: 1.17.2 -Date: 2020-10-20 +Version: 1.20.1 +Date: 2024-04-24 URL: https://github.com/gagneurlab/OUTRIDER BugRepots: https://github.com/gagneurlab/OUTRIDER/issues Authors@R: c( diff --git a/NEWS b/NEWS index 4ff42b8..3967b32 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +CHANGES IN VERSION 1.20.1 +----------------------------- + o Add Manhattenplot functionallity + o Bugfix in restricting for FDR correction and others (#54 and aa6e56a) + o Ensure correct injections of outliers (#37) + CHANGES IN VERSION 1.16.1 ----------------------------- o Add option to restrict FDR correction to sets of genes of interest diff --git a/README.md b/README.md index a282123..e515ee1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ install.packages('devtools') devtools::install_github('gagneurlab/OUTRIDER', dependencies=TRUE) # installing a specific version/tag of OUTRIDER -devtools::install_github('gagneurlab/OUTRIDER@1.16.1', dependencies=TRUE) +devtools::install_github('gagneurlab/OUTRIDER@1.20.1', dependencies=TRUE) ``` To check which versions/tags are available you can check the GitHub repo