Skip to content

Commit 4b803f9

Browse files
authored
Merge pull request #35 from icgc-argo/song-score-download@2.6.2
[release]
2 parents 4650ed9 + ab1ea6d commit 4b803f9

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

song-score-download/main.nf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
nextflow.enable.dsl = 2
24-
version = '2.6.1'
24+
version = '2.6.2'
2525

2626
// universal params go here, change default value as needed
2727
params.publish_dir = "" // set to empty string will disable publishDir
@@ -55,8 +55,7 @@ song_params = [
5555
'mem': params.song_mem,
5656
'song_url': params.song_url,
5757
'song_container_version': params.song_container_version,
58-
'api_token': params.song_api_token ?: params.api_token,
59-
'publish_dir': ''
58+
'api_token': params.song_api_token ?: params.api_token
6059
]
6160

6261
score_params = [

song-score-download/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "song-score-download",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "SONG/SCORE download",
55
"main": "main.nf",
66
"deprecated": false,

song-score-download/tests/checker.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*/
2626

2727
nextflow.enable.dsl = 2
28-
version = '2.6.1' // package version
2928

3029
// universal params
3130
params.publish_dir = ""

0 commit comments

Comments
 (0)