Skip to content

Commit

Permalink
Merge branch 'main' into [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed May 26, 2021
2 parents a049dba + 4b803f9 commit 44a94aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions song-score-download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

nextflow.enable.dsl = 2
version = '2.6.1'
version = '2.6.2'

// universal params go here, change default value as needed
params.publish_dir = "" // set to empty string will disable publishDir
Expand Down Expand Up @@ -55,8 +55,7 @@ song_params = [
'mem': params.song_mem,
'song_url': params.song_url,
'song_container_version': params.song_container_version,
'api_token': params.song_api_token ?: params.api_token,
'publish_dir': ''
'api_token': params.song_api_token ?: params.api_token
]

score_params = [
Expand Down
2 changes: 1 addition & 1 deletion song-score-download/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "song-score-download",
"version": "2.6.1",
"version": "2.6.2",
"description": "SONG/SCORE download",
"main": "main.nf",
"deprecated": false,
Expand Down
1 change: 0 additions & 1 deletion song-score-download/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

nextflow.enable.dsl = 2
version = '2.6.1' // package version

// universal params
params.publish_dir = ""
Expand Down

0 comments on commit 44a94aa

Please sign in to comment.