Skip to content

Commit e6dabcd

Browse files
committed
Bump version: 1.3.2 → 1.4.0
1 parent 339624d commit e6dabcd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.2
2+
current_version = 1.4.0
33
commit = True
44
tag = False
55

Diff for: .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.3.2' #versioned by bump2version
11+
VERSION: '1.4.0' #versioned by bump2version
1212

1313
name: pkgdown
1414

Diff for: 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.3.2
4+
Version: 1.4.0
55
Date: 2023-02-21
66
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
77
email = "[email protected]",

Diff for: 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.3.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.4.0)
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

Diff for: 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=galaxy-ntnu.bioinfo.no%2Ftoolshed_nels%2Frepos%2Fradmilko%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.3.2)</font>
24+
[**https://oncotools.elixir.no**](https://oncotools.elixir.no/tool_runner?tool_id=galaxy-ntnu.bioinfo.no%2Ftoolshed_nels%2Frepos%2Fradmilko%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.4.0)</font>
2525

2626
<br>
2727

Diff for: vignettes/installation.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vignette: >
1414
## Installation of oncoEnrichR with R commands
1515

1616
1. `install.packages('devtools')`
17-
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.3.2")`
17+
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.4.0")`
1818
3. `library(oncoEnrichR)`
1919

2020
<br>

0 commit comments

Comments
 (0)