Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Aug 16, 2023
1 parent f48003a commit 3a42581
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.1
current_version = 1.4.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
VERSION: '1.4.1' #versioned by bump2version
VERSION: '1.4.2' #versioned by bump2version

name: pkgdown

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: oncoEnrichR
Type: Package
Title: Cancer-dedicated gene set interpretation
Version: 1.4.1
Version: 1.4.2
Date: 2023-08-16
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**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.

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.1)
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.2)

**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.

Expand Down
2 changes: 1 addition & 1 deletion pkgdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data resources in order to assemble useful gene annotations and analyses
in an interactive report (examples from the report shown below).

Web-based access to **oncoEnrichR** is available at <font size="4">
[**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.1)</font>
[**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.2)</font>

<br>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vignette: >
## Installation of oncoEnrichR with R commands

1. `install.packages('remotes')`
2. `remotes::install_github('sigven/oncoEnrichR', ref = "v1.4.1")`
2. `remotes::install_github('sigven/oncoEnrichR', ref = "v1.4.2")`
3. `library(oncoEnrichR)`

<br>

0 comments on commit 3a42581

Please sign in to comment.