We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb5d3 commit 7376095Copy full SHA for 7376095
argo-data-submission-wf/main.nf
@@ -22,7 +22,7 @@
22
*/
23
24
nextflow.enable.dsl = 2
25
-version = '1.1.0'
+version = '1.2.0'
26
27
// universal params go here, change default value as needed
28
params.container = ""
argo-data-submission-wf/pkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "argo-data-submission-wf",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "ARGO data submission workflow",
5
"main": "main.nf",
6
"deprecated": false,
argo-data-submission-wf/tests/checker.nf
@@ -26,7 +26,7 @@
29
30
31
// universal params
32
params.publish_dir = ""
0 commit comments