Commit 3e281b7 1 parent 8bbc353 commit 3e281b7 Copy full SHA for 3e281b7
File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[tool .bumpversion ]
2
- current_version = " 1.1.4 "
2
+ current_version = " 1.1.5 "
3
3
search = " {current_version}"
4
4
replace = " {new_version}"
5
5
message = " Bump version: {current_version} → {new_version}"
Original file line number Diff line number Diff line change 9
9
recipe_path : deploy/conda/recipe
10
10
env_yaml_path : deploy/conda/env/yaml
11
11
env_lock_path : deploy/conda/env/lock
12
- VERSION : ' 1.1.4 ' # bump
12
+ VERSION : ' 1.1.5 ' # bump
13
13
14
14
jobs :
15
15
condarise-dockerise-document :
Original file line number Diff line number Diff line change 1
1
Package: RNAsum
2
2
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
3
- Version: 1.1.4
3
+ Version: 1.1.5
4
4
Authors@R:
5
5
c(person(given = "Sehrish",
6
6
family = "Kanwal",
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ export PATH="${rnasum_cli}:${PATH}"
197
197
```
198
198
199
199
$ rnasum.R --version
200
- 1.1.4
200
+ 1.1.5
201
201
202
202
$ rnasum.R --help
203
203
Usage
@@ -253,9 +253,6 @@ export PATH="${rnasum_cli}:${PATH}"
253
253
--log
254
254
Log2 transform data before normalisation.
255
255
256
- --sv_tsv=SV_TSV
257
- File path to text file with genes related to structural variation.
258
-
259
256
--norm=NORM
260
257
Normalisation method.
261
258
@@ -295,6 +292,9 @@ export PATH="${rnasum_cli}:${PATH}"
295
292
--subject_id=SUBJECT_ID
296
293
Subject ID.
297
294
295
+ --sv_tsv=SV_TSV
296
+ File path to text file with genes related to structural variation.
297
+
298
298
--top_genes=TOP_GENES
299
299
Number of top ranked genes to be presented in report.
300
300
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ channels:
6
6
- bioconda
7
7
8
8
dependencies :
9
- - r-rnasum ==1.1.4 # bump
9
+ - r-rnasum ==1.1.5 # bump
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : r-rnasum
3
- version : 1.1.4 # bump
3
+ version : 1.1.5 # bump
4
4
5
5
source :
6
6
path : ../../../
You can’t perform that action at this time.
0 commit comments