We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19d06d + 32858f2 commit 86a59f6Copy full SHA for 86a59f6
nextflow_schema.json
@@ -37,7 +37,7 @@
37
},
38
"production": {
39
"type": "boolean",
40
- "description": "Whether to run in production mode or not. Production mode means uploading to Synapse.",
+ "description": "Uploads to production project or not (staging project).",
41
"default": false,
42
"enum": [
43
true,
@@ -46,7 +46,7 @@
46
47
"use_grs": {
48
49
- "description": "Whether to use grs as primary mapping (dd as secondary) or not (using dd only). ",
+ "description": "Whether to use grs or use dd as primary mapping.",
50
51
52
0 commit comments