|
28 | 28 | "format": "directory-path", |
29 | 29 | "description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.", |
30 | 30 | "fa_icon": "fas fa-folder-open" |
31 | | - }, |
32 | | - "email": { |
33 | | - "type": "string", |
34 | | - "description": "Email address for completion summary.", |
35 | | - "fa_icon": "fas fa-envelope", |
36 | | - "help_text": "Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (`~/.nextflow/config`) then you don't need to specify this on the command line for every run.", |
37 | | - "pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$" |
38 | | - }, |
39 | | - "multiqc_title": { |
40 | | - "type": "string", |
41 | | - "description": "MultiQC report title. Printed as page header, used for filename if not otherwise specified.", |
42 | | - "fa_icon": "fas fa-file-signature" |
43 | 31 | } |
44 | 32 | } |
45 | 33 | }, |
|
71 | 59 | "normalization_method": { |
72 | 60 | "type": "string", |
73 | 61 | "default": "GEO", |
| 62 | + "enum": ["GEO", "GLM"], |
74 | 63 | "fa_icon": "fas fa-compress-arrows-alt", |
75 | 64 | "description": "The method to use for normalization of nCounter data.", |
76 | 65 | "help_text": "Available options are `GEO` (default) or `GLM`." |
|
91 | 80 | "description": "This selects the algorithm for computing the respective gene score. Default is 'plage.dir'." |
92 | 81 | }, |
93 | 82 | "gene_score_yaml": { |
94 | | - "type": "string", |
| 83 | + "format": "file-path", |
95 | 84 | "fa_icon": "fas fa-align-justify", |
96 | 85 | "help_text": "The YAML format is as such:\n\n```\nscore_name: \n - GENE1\n - GENE2\n - GENE3\n```", |
97 | 86 | "description": "This sets the YAML to be used for computing the gene scores. Needs both a name for each set of genes and respective genes to be selected." |
|
209 | 198 | "enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"], |
210 | 199 | "hidden": true |
211 | 200 | }, |
| 201 | + "email": { |
| 202 | + "type": "string", |
| 203 | + "description": "Email address for completion summary.", |
| 204 | + "fa_icon": "fas fa-envelope", |
| 205 | + "help_text": "Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (`~/.nextflow/config`) then you don't need to specify this on the command line for every run.", |
| 206 | + "pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$" |
| 207 | + }, |
212 | 208 | "email_on_fail": { |
213 | 209 | "type": "string", |
214 | 210 | "description": "Email address for completion summary, only when pipeline fails.", |
|
244 | 240 | "help_text": "Incoming hook URL for messaging service. Currently, MS Teams and Slack are supported.", |
245 | 241 | "hidden": true |
246 | 242 | }, |
| 243 | + "multiqc_title": { |
| 244 | + "type": "string", |
| 245 | + "description": "MultiQC report title. Printed as page header, used for filename if not otherwise specified.", |
| 246 | + "fa_icon": "fas fa-file-signature" |
| 247 | + }, |
247 | 248 | "multiqc_config": { |
248 | 249 | "type": "string", |
249 | 250 | "format": "file-path", |
|
0 commit comments