Skip to content

Commit

Permalink
Bump version: 1.0.8 → 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Mar 31, 2022
1 parent c6bec0c commit 0518525
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.8
current_version = 1.0.9
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.0.8' #versioned by bump2version
VERSION: '1.0.9' #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.0.8
Version: 1.0.9
Date: 2022-03-31
Authors@R:
c(person(given = "Sigve",
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**oncoEnrichR** can be used to interrogate results from e.g. genetic screens (siRNA/CRISPR), protein proximity labeling, or transcriptomics (differential expression). The tool queries a variety of high-quality 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.0.8)**</font>
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.0.9)**</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 @@ -4,5 +4,5 @@ output: rmarkdown::html_document
---

1. `install.packages('devtools')`
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.0.8")`
2. `devtools::install_github('sigven/oncoEnrichR', ref = "v1.0.9")`
3. `library(oncoEnrichR)`

0 comments on commit 0518525

Please sign in to comment.