Skip to content

Commit

Permalink
Bump version: 1.1.4 → 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Nov 8, 2024
1 parent 8bbc353 commit 3e281b7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.1.4"
current_version = "1.1.5"
search = "{current_version}"
replace = "{new_version}"
message = "Bump version: {current_version} → {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_docker_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
recipe_path: deploy/conda/recipe
env_yaml_path: deploy/conda/env/yaml
env_lock_path: deploy/conda/env/lock
VERSION: '1.1.4' # bump
VERSION: '1.1.5' # bump

jobs:
condarise-dockerise-document:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RNAsum
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
Version: 1.1.4
Version: 1.1.5
Authors@R:
c(person(given = "Sehrish",
family = "Kanwal",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export PATH="${rnasum_cli}:${PATH}"
```

$ rnasum.R --version
1.1.4
1.1.5

$ rnasum.R --help
Usage
Expand Down Expand Up @@ -253,9 +253,6 @@ export PATH="${rnasum_cli}:${PATH}"
--log
Log2 transform data before normalisation.

--sv_tsv=SV_TSV
File path to text file with genes related to structural variation.

--norm=NORM
Normalisation method.

Expand Down Expand Up @@ -295,6 +292,9 @@ export PATH="${rnasum_cli}:${PATH}"
--subject_id=SUBJECT_ID
Subject ID.

--sv_tsv=SV_TSV
File path to text file with genes related to structural variation.

--top_genes=TOP_GENES
Number of top ranked genes to be presented in report.

Expand Down
2 changes: 1 addition & 1 deletion deploy/conda/env/yaml/rnasum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-rnasum ==1.1.4 # bump
- r-rnasum ==1.1.5 # bump
2 changes: 1 addition & 1 deletion deploy/conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: r-rnasum
version: 1.1.4 # bump
version: 1.1.5 # bump

source:
path: ../../../
Expand Down

0 comments on commit 3e281b7

Please sign in to comment.