forked from nf-core/atacseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow_schema.json
501 lines (501 loc) · 26.7 KB
/
nextflow_schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/nf-core/atacseq/master/nextflow_schema.json",
"title": "nf-core/atacseq pipeline parameters",
"description": "ATACSeq peak-calling and differential analysis pipeline.",
"type": "object",
"properties": {
"Generic options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"input": {
"type": "string",
"default": "./design.csv",
"description": "Comma-separated file containing information about the samples in the experiment",
"help_text": "You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 4 columns, and a header row. See [usage docs](https://nf-co.re/atacseq/docs/usage#--input)."
},
"single_end": {
"type": "boolean",
"description": "Specifies that the input is single-end reads",
"fa_icon": "<i class=\"fas fa-align-center\"></i>",
"default": "False",
"help_text": "By default, the pipeline expects paired-end data. If you have single-end data, specify `--single_end` on the command line when you launch the pipeline. It is not possible to run a mixture of single-end and paired-end files in one run."
},
"fragment_size": {
"type": "integer",
"default": "0",
"description": "Estimated fragment size used to extend single-end reads"
},
"fingerprint_bins": {
"type": "integer",
"default": "500000",
"description": "Number of genomic bins to use when calculating deepTools fingerprint plot"
},
"seq_center": {
"type": "string",
"default": "false",
"description": "Sequencing center information to be added to read group of BAM files"
}
},
"required": [
"input"
]
},
"Reference genome options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"genome": {
"type": "string",
"description": "Name of iGenomes reference",
"fa_icon": "<i class=\"fas fa-book\"></i>",
"help_text": "If using a reference genome configured in the pipeline using iGenomes, use this parameter to give the ID for the reference. This is then used to build the full paths for all required reference genome files. For example: `--genome GRCh38`.",
"default": "false"
},
"fasta": {
"type": "string",
"default": "false",
"description": "Path to Fasta reference. Not mandatory when using reference in iGenomes config via --genome",
"help_text": "Full path to fasta file containing reference genome (*mandatory* if `--genome` is not specified). If you don't have a BWA index available this will be generated for you automatically. Combine with `--save_reference` to save BWA index for future runs."
},
"gtf": {
"type": "string",
"default": "false",
"description": "Path to GTF file. Not mandatory when using reference in iGenomes config via --genome"
},
"bwa_index": {
"type": "string",
"default": "false",
"description": "Full path to directory containing BWA index including base name i.e. /path/to/index/genome.fa"
},
"gene_bed": {
"type": "string",
"default": "false",
"description": "Path to BED file containing gene intervals. This will be created from the GTF file if not specified."
},
"tss_bed": {
"type": "string",
"default": "false",
"description": "Path to BED file containing transcription start sites. This will be created from the gene BED file if not specified."
},
"macs_gsize": {
"type": "string",
"default": "false",
"description": "Effective genome size parameter required by MACS2. If using iGenomes config, values have only been provided when --genome is set as GRCh37, GRCm38, hg19, mm10, BDGP6 and WBcel235",
"help_text": "[Effective genome size](https://github.com/taoliu/MACS#-g--gsize) parameter required by MACS2. These have been provided when `--genome` is set as *GRCh37*, *GRCh38*, *GRCm38*, *WBcel235*, *BDGP6*, *R64-1-1*, *EF2*, *hg38*, *hg19* and *mm10*. For other genomes, if this parameter is not specified then the MACS2 peak-calling and differential analysis will be skipped."
},
"blacklist": {
"type": "string",
"default": "false",
"description": "Path to blacklist regions (.BED format), used for filtering alignments",
"help_text": "If provided, alignments that overlap with the regions in this file will be filtered out (see [ENCODE blacklists](https://sites.google.com/site/anshulkundaje/projects/blacklists)). The file should be in BED format. Blacklisted regions for *GRCh37*, *GRCh38*, *GRCm38*, *hg19*, *hg38*, *mm10* are bundled with the pipeline in the [`blacklists`](../assets/blacklists/) directory, and as such will be automatically used if any of those genomes are specified with the `--genome` parameter."
},
"mito_name": {
"type": "string",
"default": "false",
"description": "Name of Mitochondrial chomosome in genome fasta (e.g. chrM). Reads aligning to this contig are filtered out",
"help_text": "Name of mitochondrial chomosome in reference assembly. Reads aligning to this contig are filtered out if a valid identifier is provided otherwise this step is skipped. Where possible these have been provided in the [`igenomes.config`](../conf/igenomes.config)."
},
"save_reference": {
"type": "boolean",
"default": "False",
"description": "If generated by the pipeline save the BWA index in the results directory",
"help_text": "If the BWA index is generated by the pipeline use this parameter to save it to your results folder. These can then be used for future pipeline runs, reducing processing times."
},
"igenomes_base": {
"type": "string",
"description": "Directory / URL base for iGenomes references",
"default": "s3://ngi-igenomes/igenomes/",
"fa_icon": "<i class=\"fas fa-cloud-download-alt\"></i>",
"hidden": true
},
"igenomes_ignore": {
"type": "boolean",
"description": "Do not load the iGenomes reference config",
"fa_icon": "<i class=\"fas fa-ban\"></i>",
"hidden": true,
"default": "False",
"help_text": "Do not load `igenomes.config` when running the pipeline. You may choose this option if you observe clashes between custom parameters and those supplied in `igenomes.config`."
}
},
"required": [
"fasta",
"gtf"
]
},
"Adapter trimming options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"clip_r1": {
"type": "integer",
"default": "0",
"description": "Instructs Trim Galore to remove bp from the 5' end of read 1 (or single-end reads)"
},
"clip_r2": {
"type": "integer",
"default": "0",
"description": "Instructs Trim Galore to remove bp from the 5' end of read 2 (paired-end reads only)"
},
"three_prime_clip_r1": {
"type": "integer",
"default": "0",
"description": "Instructs Trim Galore to remove bp from the 3' end of read 1 AFTER adapter/quality trimming has been performed"
},
"three_prime_clip_r2": {
"type": "integer",
"default": "0",
"description": "Instructs Trim Galore to remove bp from the 3' end of read 2 AFTER adapter/quality trimming has been performed"
},
"trim_nextseq": {
"type": "integer",
"default": "0",
"description": "Instructs Trim Galore to apply the --nextseq=X option, to trim based on quality after removing poly-G tails",
"help_text": "This enables the option Cutadapt `--nextseq-trim=3'CUTOFF` option via Trim Galore, which will set a quality cutoff (that is normally given with -q instead), but qualities of G bases are ignored. This trimming is in common for the NextSeq- and NovaSeq-platforms, where basecalls without any signal are called as high-quality G bases."
},
"skip_trimming": {
"type": "boolean",
"default": "False",
"description": "Skip the adapter trimming step",
"help_text": "Skip the adapter trimming step. Use this if your input FastQ files have already been trimmed outside of the workflow or if you're very confident that there is no adapter contamination in your data."
},
"save_trimmed": {
"type": "boolean",
"default": "False",
"description": "Save the trimmed FastQ files in the results directory",
"help_text": "By default, trimmed FastQ files will not be saved to the results directory. Specify this flag (or set to true in your config file) to copy these files to the results directory when complete."
}
}
},
"Alignment options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"keep_mito": {
"type": "boolean",
"default": "False",
"description": "Reads mapping to mitochondrial contig are not filtered from alignments"
},
"keep_dups": {
"type": "boolean",
"default": "False",
"description": "Duplicate reads are not filtered from alignments"
},
"keep_multi_map": {
"type": "boolean",
"default": "False",
"description": "Reads mapping to multiple locations are not filtered from alignments"
},
"skip_merge_replicates": {
"type": "boolean",
"default": "False",
"description": "Do not perform alignment merging and downstream analysis by merging replicates i.e. only do this by merging resequenced libraries",
"help_text": "An additional series of steps are performed by the pipeline by merging the replicates from the same experimental group. This is primarily to increase the sequencing depth in order to perform downstream analyses such as footprinting. Specifying this parameter means that these steps will not be performed."
},
"save_align_intermeds": {
"type": "boolean",
"default": "False",
"description": "Save the intermediate BAM files from the alignment step",
"help_text": "By default, intermediate BAM files will not be saved. The final BAM files created after the appropriate filtering step are always saved to limit storage usage. Set this parameter to also save other intermediate BAM files."
}
}
},
"Peak calling options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"narrow_peak": {
"type": "boolean",
"default": "False",
"description": "Run MACS2 in narrowPeak mode",
"help_text": "MACS2 is run by default with the [`--broad`](https://github.com/taoliu/MACS#--broad) flag. Specify this flag to call peaks in narrowPeak mode."
},
"broad_cutoff": {
"type": "number",
"default": "0.1",
"description": "Specifies broad cutoff value for MACS2. Only used when --narrow_peak isnt specified",
"help_text": "Specifies broad cut-off value for MACS2. Only used when `--narrow_peak` isnt specified."
},
"min_reps_consensus": {
"type": "integer",
"default": "1",
"description": "Number of biological replicates required from a given condition for a peak to contribute to a consensus peak",
"help_text": "Number of biological replicates required from a given condition for a peak to contribute to a consensus peak . If you are confident you have good reproducibility amongst your replicates then you can increase the value of this parameter to create a \"reproducible\" set of consensus of peaks. For example, a value of 2 will mean peaks that have been called in at least 2 replicates will contribute to the consensus set of peaks, and as such peaks that are unique to a given replicate will be discarded."
},
"save_macs_pileup": {
"type": "boolean",
"default": "False",
"description": "Instruct MACS2 to create bedGraph files normalised to signal per million reads"
},
"skip_consensus_peaks": {
"type": "boolean",
"default": "False",
"description": "Skip consensus peak generation, annotation and counting"
}
}
},
"Differential analysis options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"deseq2_vst": {
"type": "boolean",
"default": "False",
"description": "Use vst transformation instead of rlog with DESeq2",
"help_text": "Use `vst` transformation instead of `rlog` with DESeq2. See [DESeq2 docs](http://bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#data-transformations-and-visualization)."
},
"skip_diff_analysis": {
"type": "boolean",
"default": "False",
"description": "Skip differential accessibility analysis"
}
}
},
"Process skipping options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"skip_fastqc": {
"type": "boolean",
"default": "False",
"description": "Skip FastQC"
},
"skip_picard_metrics": {
"type": "boolean",
"default": "False",
"description": "Skip Picard CollectMultipleMetrics"
},
"skip_preseq": {
"type": "boolean",
"default": "False",
"description": "Skip Preseq"
},
"skip_plot_profile": {
"type": "boolean",
"default": "False",
"description": "Skip deepTools plotProfile"
},
"skip_plot_fingerprint": {
"type": "boolean",
"default": "False",
"description": "Skip deepTools plotFingerprint"
},
"skip_ataqv": {
"type": "boolean",
"default": "False",
"description": "Skip Ataqv"
},
"skip_igv": {
"type": "boolean",
"default": "False",
"description": "Skip IGV"
},
"skip_multiqc": {
"type": "boolean",
"default": "False",
"description": "Skip MultiQC"
}
}
},
"Pipeline config options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"multiqc_config": {
"type": "string",
"description": "Custom config file to supply to MultiQC",
"default": "false",
"fa_icon": "<i class=\"fas fa-cog\"></i>",
"hidden": true
},
"bamtools_filter_pe_config": {
"type": "string",
"default": "\"$baseDir/assets/bamtools_filter_pe.json\"",
"hidden": true,
"description": "BAMTools JSON file with custom filters for paired-end data"
},
"bamtools_filter_se_config": {
"type": "string",
"default": "\"$baseDir/assets/bamtools_filter_se.json\"",
"hidden": true,
"description": "BAMTools JSON file with custom filters for single-end data"
}
}
},
"Institutional config options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"custom_config_version": {
"type": "string",
"description": "Git commit id for Institutional configs",
"default": "master",
"hidden": true
},
"custom_config_base": {
"type": "string",
"description": "Base directory for Institutional configs",
"default": "https://raw.githubusercontent.com/nf-core/configs/master",
"hidden": true,
"help_text": "If you're running offline, Nextflow will not be able to fetch the institutional config files\nfrom the internet. If you don't need them, then this is not a problem. If you do need them,\nyou should download the files from the repo and tell nextflow where to find them with the `--custom_config_base` option."
},
"hostnames": {
"type": "string",
"description": "Institutional configs hostname",
"default": "false",
"hidden": true
},
"config_profile_description": {
"type": "string",
"description": "Institutional config description",
"hidden": true,
"default": "false"
},
"config_profile_contact": {
"type": "string",
"description": "Institutional config contact information",
"hidden": true,
"default": "false"
},
"config_profile_url": {
"type": "string",
"description": "Institutional config URL link",
"hidden": true,
"default": "false"
}
}
},
"Max job request options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"max_cpus": {
"type": "integer",
"description": "Maximum number of CPUs that can be requested for any single job",
"default": 16,
"fa_icon": "<i class=\"fas fa-microchip\"></i>",
"hidden": true,
"help_text": "Use to set an upper-limit for the CPU requirement for each process. Should be an integer e.g. `--max_cpus 1`"
},
"max_memory": {
"type": "string",
"description": "Maximum amount of memory that can be requested for any single job",
"default": "128 GB",
"fa_icon": "<i class=\"fas fa-memory\"></i>",
"hidden": true,
"help_text": "Use to set an upper-limit for the memory requirement for each process. Should be a string in the format integer-unit e.g. `--max_memory '8.GB'`"
},
"max_time": {
"type": "string",
"description": "Maximum amount of time that can be requested for any single job",
"default": "10d",
"fa_icon": "<i class=\"far fa-clock\"></i>",
"hidden": true,
"help_text": "Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. `--max_time '2.h'`"
}
}
},
"Pipeline template options": {
"type": "object",
"description": "",
"default": "",
"properties": {
"help": {
"type": "boolean",
"description": "Display help text",
"hidden": true,
"fa_icon": "<i class=\"fas fa-question-circle\"></i>",
"default": "False"
},
"outdir": {
"type": "string",
"description": "The output directory where the results will be saved",
"default": "./results",
"fa_icon": "<i class=\"fas fa-folder-open\"></i>"
},
"publish_dir_mode": {
"type": "string",
"default": "copy",
"hidden": true,
"description": "Method used to save pipeline results to output directory",
"help_text": "The Nextflow `publishDir` option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See https://www.nextflow.io/docs/latest/process.html#publishdir for details.",
"fa_icon": "<i class=\"fas fa-copy\"></i>",
"enum": [
"symlink",
"rellink",
"link",
"copy",
"copyNoFollow",
"mov"
]
},
"name": {
"type": "string",
"description": "Workflow name",
"fa_icon": "<i class=\"fas fa-fingerprint\"></i>",
"help_text": "A custom name for the pipeline run. Unlike the core nextflow `-name` option with one hyphen this parameter can be reused multiple times, for example if using `-resume`. Passed through to steps such as MultiQC and used for things like report filenames and titles.",
"default": "false"
},
"email": {
"type": "string",
"description": "Email address for completion summary",
"fa_icon": "<i class=\"fas fa-envelope\"></i>",
"help_text": "An email address to send a summary email to when the pipeline is completed.",
"pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$"
},
"email_on_fail": {
"type": "string",
"description": "Email address for completion summary, only when pipeline fails",
"fa_icon": "<i class=\"fas fa-exclamation-triangle\"></i>",
"pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
"help_text": "An email address to send a summary email to when the pipeline is completed - ONLY sent if the pipeline does not exit successfully."
},
"plaintext_email": {
"type": "boolean",
"description": "Send plain-text email instead of HTML",
"fa_icon": "<i class=\"fas fa-remove-format\"></i>",
"hidden": true,
"default": "False"
},
"max_multiqc_email_size": {
"type": "string",
"description": "File size limit when attaching MultiQC reports to summary emails",
"default": "25 MB",
"fa_icon": "<i class=\"fas fa-file-upload\"></i>",
"hidden": true
},
"monochrome_logs": {
"type": "boolean",
"description": "Do not use coloured log outputs",
"fa_icon": "<i class=\"fas fa-palette\"></i>",
"hidden": true,
"default": "False"
},
"tracedir": {
"type": "string",
"description": "Directory to keep pipeline Nextflow logs and reports",
"default": "\"${params.outdir}/pipeline_info\"",
"fa_icon": "<i class=\"fas fa-cogs\"></i>",
"hidden": true
},
"clusterOptions": {
"type": "string",
"default": "false",
"description": "Arguments passed to Nextflow clusterOptions",
"hidden": true
}
}
}
}
}