Skip to content

Commit

Permalink
[wfpm v0.8.0] started a new version [email protected] fro…
Browse files Browse the repository at this point in the history
…m [email protected] which was released
  • Loading branch information
edsu7 committed Dec 1, 2023
1 parent 13c8ae4 commit b5a84b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = '1.0.3'
version = '1.1.0'

// universal params go here, change default value as needed
params.container = ""
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.3",
"version": "1.1.0",
"description": "ARGO data submission workflow",
"main": "main.nf",
"deprecated": false,
Expand Down Expand Up @@ -36,4 +36,4 @@
"license": "GNU Affero General Public License v3",
"bugReport": "https://github.com/icgc-argo/argo-data-submission/issues",
"homepage": "https://github.com/icgc-argo/argo-data-submission#readme"
}
}
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 = '1.0.3'
version = '1.1.0'

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

0 comments on commit b5a84b4

Please sign in to comment.