Skip to content

Commit 3e281b7

Browse files
committed
Bump version: 1.1.4 → 1.1.5
1 parent 8bbc353 commit 3e281b7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.1.4"
2+
current_version = "1.1.5"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/conda_docker_pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
recipe_path: deploy/conda/recipe
1010
env_yaml_path: deploy/conda/env/yaml
1111
env_lock_path: deploy/conda/env/lock
12-
VERSION: '1.1.4' # bump
12+
VERSION: '1.1.5' # bump
1313

1414
jobs:
1515
condarise-dockerise-document:

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RNAsum
22
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
3-
Version: 1.1.4
3+
Version: 1.1.5
44
Authors@R:
55
c(person(given = "Sehrish",
66
family = "Kanwal",

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export PATH="${rnasum_cli}:${PATH}"
197197
```
198198

199199
$ rnasum.R --version
200-
1.1.4
200+
1.1.5
201201

202202
$ rnasum.R --help
203203
Usage
@@ -253,9 +253,6 @@ export PATH="${rnasum_cli}:${PATH}"
253253
--log
254254
Log2 transform data before normalisation.
255255

256-
--sv_tsv=SV_TSV
257-
File path to text file with genes related to structural variation.
258-
259256
--norm=NORM
260257
Normalisation method.
261258

@@ -295,6 +292,9 @@ export PATH="${rnasum_cli}:${PATH}"
295292
--subject_id=SUBJECT_ID
296293
Subject ID.
297294

295+
--sv_tsv=SV_TSV
296+
File path to text file with genes related to structural variation.
297+
298298
--top_genes=TOP_GENES
299299
Number of top ranked genes to be presented in report.
300300

deploy/conda/env/yaml/rnasum.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ channels:
66
- bioconda
77

88
dependencies:
9-
- r-rnasum ==1.1.4 # bump
9+
- r-rnasum ==1.1.5 # bump

deploy/conda/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: r-rnasum
3-
version: 1.1.4 # bump
3+
version: 1.1.5 # bump
44

55
source:
66
path: ../../../

0 commit comments

Comments
 (0)