Skip to content

Commit 7e55aa2

Browse files
committed
Bump version: 1.3.1 → 1.3.2
1 parent 385a082 commit 7e55aa2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.3.2
33
commit = True
44
tag = False
55

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
VERSION: '1.3.1' #versioned by bump2version
11+
VERSION: '1.3.2' #versioned by bump2version
1212

1313
name: pkgdown
1414

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.1
4+
Version: 1.3.2
55
Date: 2022-09-27
66
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
77
email = "sigven@ifi.uio.no",

README.md

Lines changed: 1 addition & 1 deletion
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=galaxy-ntnu.bioinfo.no%2Ftoolshed_nels%2Frepos%2Fradmilko%2Foncoenrichr%2Foncoenrichr_wrapper%2F1.3.1)
5+
Web-based access to **oncoEnrichR** is available at [**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)
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

Lines changed: 1 addition & 1 deletion
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.1)</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.3.2)</font>
2525

2626
<br>
2727

vignettes/installation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vignette: >
88
---
99

1010
1. `install.packages('devtools')`
11-
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.3.1")`
11+
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.3.2")`
1212
3. `library(oncoEnrichR)`
1313

1414
<br>

0 commit comments

Comments
 (0)