You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,22 +82,9 @@ Note that all the docker parameters have set default docker containers based on
82
82
```
83
83
84
84
* Processes **mutation** files on test pipeline
85
-
1. To execute the MAF process for all centers, you can either specify the `maf_centers` as "ALL" or leave it blank.
86
-
```
87
-
nextflow run main.nf -profile aws_test --process_type maf_process --create_new_maf_db -with-docker ghcr.io/sage-bionetworks/genie:main
88
-
```
89
-
Or
90
-
```
91
-
nextflow run main.nf -profile aws_test --process_type maf_process --maf_centers ALL --create_new_maf_db -with-docker ghcr.io/sage-bionetworks/genie:main
92
-
```
93
-
2. To execute the MAF process for a single center, you can specify the `maf_centers` parameter using the name of that center.
94
-
```
95
-
nextflow run main.nf -profile aws_test --process_type maf_process --maf_centers TEST --create_new_maf_db -with-docker ghcr.io/sage-bionetworks/genie:main
96
-
```
97
85
98
-
3. To execute the MAF process for multiple centers, you can specify the `maf_centers` as a comma-separated list of center names and **append** results to the MAF table.
Copy file name to clipboardExpand all lines: nextflow_schema.json
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,6 @@
31
31
"description": "Pick a center to process or validate. Defaults to ALL which means all centers. This value should be ALL if you pick consortium release or public release.",
32
32
"default": "ALL"
33
33
},
34
-
"maf_centers": {
35
-
"type": "string",
36
-
"description": "The list of centers to be processed in the MAF processing. Defaults to ALL which means all centers.",
37
-
"default": "ALL"
38
-
},
39
34
"create_new_maf_db": {
40
35
"type": "boolean",
41
36
"description": "Create a new maf Synapse Table. Toggle this for every consortium release."
0 commit comments