Skip to content

Commit

Permalink
Merge pull request #71 from icgc-argo/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
edsu7 authored Mar 20, 2023
2 parents 8d58707 + 99fa5dd commit c195788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argo-data-submission-wf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

nextflow.enable.dsl = 2
version = '0.3.2'
version = '1.0.1'

// universal params go here, change default value as needed
params.container = ""
Expand Down
2 changes: 1 addition & 1 deletion argo-data-submission-wf/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argo-data-submission-wf",
"version": "0.3.2",
"version": "1.0.1",
"description": "ARGO data submission workflow",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion argo-data-submission-wf/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

nextflow.enable.dsl = 2
version = '0.3.2'
version = '1.0.1'

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

0 comments on commit c195788

Please sign in to comment.