Skip to content

Commit

Permalink
Version Bump for Bioconductor 3.18 (#65)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: J Wokaty <[email protected]>
  • Loading branch information
3 people committed Apr 25, 2024
1 parent 63ae890 commit dc99588
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc99588

Please sign in to comment.