Skip to content

Commit a1d4bf4

Browse files
committed
Bump version: 1.5.2 → 1.5.3
1 parent f42da66 commit a1d4bf4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.5.2"
2+
current_version = "1.5.3"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
VERSION: '1.5.2' #versioned by bump2version
11+
VERSION: '1.5.3' #versioned by bump2version
1212

1313
name: pkgdown
1414

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: oncoEnrichR
22
Type: Package
33
Title: Cancer-dedicated gene set interpretation
4-
Version: 1.5.2
4+
Version: 1.5.3
55
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
66
email = "[email protected]",
77
comment = c(ORCID = "0000-0001-8468-2050"))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**oncoEnrichR** is an R package for functional interrogation of human gene lists in the context of cancer. The package leverages an extensive amount of prior molecular knowledge that allows for biological interpretation along multiple dimensions, both at the systems level and at the level of individual genes.
44

5-
Web-based access to **oncoEnrichR** is available at [**https://oncotools.elixir.no**](https://oncotools.elixir.no/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fsigven%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.5.2)
5+
Web-based access to **oncoEnrichR** is available at [**https://oncotools.elixir.no**](https://oncotools.elixir.no/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fsigven%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.5.3)
66

77
**oncoEnrichR** is primarily intended for exploratory analysis and prioritization of a gene list (referred to here as **query set**) from high-throughput cancer biology experiments, e.g. CRISPR screens, protein proximity labeling, or gene expression profiling. The tool queries a number of high-quality data resources in order to assemble cancer-relevant annotations and analyses in an interactive report.
88

pkgdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data resources in order to assemble useful gene annotations and analyses
2121
in an interactive report (examples from the report shown below).
2222

2323
Web-based access to **oncoEnrichR** is available at <font size="4">
24-
[**https://oncotools.elixir.no**](https://oncotools.elixir.no/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fsigven%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.5.2)</font>
24+
[**https://oncotools.elixir.no**](https://oncotools.elixir.no/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fsigven%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.5.3)</font>
2525

2626
<br>
2727

vignettes/installation.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vignette: >
1818
## Installation of oncoEnrichR with R commands
1919

2020
1. `install.packages('remotes')`
21-
2. `remotes::install_github('sigven/oncoEnrichR', ref = "v1.5.2")`
21+
2. `remotes::install_github('sigven/oncoEnrichR', ref = "v1.5.3")`
2222
3. `library(oncoEnrichR)`
2323

2424
<br>

0 commit comments

Comments
 (0)