Skip to content

Commit

Permalink
Merge pull request #47 from icgc-argo-workflows/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
lindaxiang authored Dec 2, 2022
2 parents a6e1c75 + 0e93a24 commit fc036e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion song-score-upload/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

nextflow.enable.dsl = 2
version = '2.8.0'
version = '2.9.0'

// universal params go here, change default value as needed
params.publish_dir = "" // set to empty string will disable publishDir
Expand Down
2 changes: 1 addition & 1 deletion song-score-upload/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "song-score-upload",
"version": "2.8.0",
"version": "2.9.0",
"description": "SONG/SCORE upload",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion song-score-upload/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

nextflow.enable.dsl = 2
version = '2.8.0'
version = '2.9.0'

// universal params go here, change default value as needed
params.max_retries = 5 // set to 0 will disable retry
Expand Down

0 comments on commit fc036e9

Please sign in to comment.