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
"description": "Specify locations of references and otionally additional pre-made indicies"
170
174
},
171
-
"Generic options": {
175
+
"generic_options": {
176
+
"title": "Generic options",
172
177
"type": "object",
173
178
"properties": {
174
179
"help": {
@@ -237,7 +242,8 @@
237
242
"description": "Less common options for the pipeline, typically set in a config file.",
238
243
"help_text": "These options are common to all nf-core pipelines and allow you to customise some of the core preferences for how the pipeline runs.\n\nTypically these options would be set in a Nextflow config file loaded for all pipeline runs, such as `~/.nextflow/config`."
239
244
},
240
-
"Max job request options": {
245
+
"max_job_request_options": {
246
+
"title": "Max job request options",
241
247
"type": "object",
242
248
"properties": {
243
249
"max_cpus": {
@@ -269,7 +275,8 @@
269
275
"description": "Set the top limit for requested resources for any single job.",
270
276
"help_text": "If you are running on a smaller system, a pipeline step requesting more resources than are available may cause the Nextflow to stop the run with an error. These options allow you to cap the maximum resources requested by any single job so that the pipeline will run on your system.\n\nNote that you can not _increase_ the resources requested by any job using these options. For that you will need your own configuration file. See [the nf-core website](https://nf-co.re/usage/configuration) for details."
271
277
},
272
-
"Institutional config options": {
278
+
"institutional_config_options": {
279
+
"title": "Institutional config options",
273
280
"type": "object",
274
281
"properties": {
275
282
"custom_config_version": {
@@ -332,7 +339,8 @@
332
339
"description": "Parameters used to describe centralised config profiles. These generally should not be edited.",
333
340
"help_text": "The centralised nf-core configuration profiles use a handful of pipeline parameters to describe themselves. This information is then printed to the Nextflow log when you run a pipeline. You should not need to change these values when you run a pipeline."
334
341
},
335
-
"Skip Steps": {
342
+
"skip_steps": {
343
+
"title": "Skip steps",
336
344
"type": "object",
337
345
"description": "Skip any of the mentioned steps.",
338
346
"default": "",
@@ -364,7 +372,8 @@
364
372
},
365
373
"fa_icon": "fas fa-forward"
366
374
},
367
-
"Complexity Filtering": {
375
+
"complexity_filtering": {
376
+
"title": "Complexity filtering",
368
377
"type": "object",
369
378
"description": "Processing of Illumina two-colour chemistry data.",
370
379
"default": "",
@@ -382,7 +391,8 @@
382
391
},
383
392
"fa_icon": "fas fa-sort-amount-down"
384
393
},
385
-
"Read Clipping and Adapter Removal": {
394
+
"read_clipping_and_adapter_removal": {
395
+
"title": "Read Clipping and Adapter Removal",
386
396
"type": "object",
387
397
"description": "Options for adapter clipping and paired-end merging.",
388
398
"default": "",
@@ -435,7 +445,8 @@
435
445
},
436
446
"fa_icon": "fas fa-cut"
437
447
},
438
-
"Mapper": {
448
+
"mapper": {
449
+
"title": "Mapper",
439
450
"type": "object",
440
451
"description": "Options for alignment of processed reads against the reference genome.",
441
452
"default": "",
@@ -508,7 +519,8 @@
508
519
},
509
520
"fa_icon": "fas fa-layer-group"
510
521
},
511
-
"Stripping": {
522
+
"stripping": {
523
+
"title": "Stripping",
512
524
"type": "object",
513
525
"description": "Options for production of host-read removed FASTQ files for privacy reasons.",
514
526
"default": "",
@@ -526,7 +538,8 @@
526
538
},
527
539
"fa_icon": "fas fa-user-shield"
528
540
},
529
-
"BAM Filtering": {
541
+
"bam_filtering": {
542
+
"title": "BAM Filtering",
530
543
"type": "object",
531
544
"description": "Options for quality filtering and how to deal with off-target unmapped reads.",
532
545
"default": "",
@@ -554,7 +567,8 @@
554
567
},
555
568
"fa_icon": "fas fa-filter"
556
569
},
557
-
"DeDuplication": {
570
+
"deduplication": {
571
+
"title": "DeDuplication",
558
572
"type": "object",
559
573
"description": "Options for removal of PCR amplicon duplciates that can artificially inflate coverage.",
560
574
"default": "",
@@ -572,7 +586,8 @@
572
586
},
573
587
"fa_icon": "fas fa-clone"
574
588
},
575
-
"Library Complexity Analysis": {
589
+
"library_complexity_analysis": {
590
+
"title": "Library Complexity Analysis",
576
591
"type": "object",
577
592
"description": "Options for calculating library complexity (i.e. how many unique reads are present).",
578
593
"default": "",
@@ -585,7 +600,8 @@
585
600
},
586
601
"fa_icon": "fas fa-bezier-curve"
587
602
},
588
-
"(aDNA) Damage Analysis": {
603
+
"adna_damage_analysis": {
604
+
"title": "(aDNA) Damage Analysis",
589
605
"type": "object",
590
606
"description": "Options for calculating and filtering for characteristic ancient DNA damage patterns.",
591
607
"default": "",
@@ -632,7 +648,8 @@
632
648
},
633
649
"fa_icon": "fas fa-chart-line"
634
650
},
635
-
"Annotation Statistics": {
651
+
"annotation_statistics": {
652
+
"title": "Annotation Statistics",
636
653
"type": "object",
637
654
"description": "Options for getting reference annotation statistics (e.g. gene coverages)",
638
655
"default": "",
@@ -649,7 +666,8 @@
649
666
},
650
667
"fa_icon": "fas fa-scroll"
651
668
},
652
-
"BAM Trimming": {
669
+
"bam_trimming": {
670
+
"title": "BAM Trimming",
653
671
"type": "object",
654
672
"description": "Options for trimming of aligned reads (e.g. to remove damage prior genotyping).",
655
673
"default": "",
@@ -677,7 +695,8 @@
677
695
},
678
696
"fa_icon": "fas fa-eraser"
679
697
},
680
-
"Genotyping": {
698
+
"genotyping": {
699
+
"title": "Genotyping",
681
700
"type": "object",
682
701
"description": "Options for variant calling.",
683
702
"default": "",
@@ -798,7 +817,8 @@
798
817
},
799
818
"fa_icon": "fas fa-sliders-h"
800
819
},
801
-
"Consensus Sequence Generation": {
820
+
"consensus_sequence_generation": {
821
+
"title": "Consensus Sequence Generation",
802
822
"type": "object",
803
823
"description": "Options for creation of a per-sample FASTA sequence useful for downstream analysis (e.g. multi sequence alignment)",
804
824
"default": "",
@@ -834,7 +854,8 @@
834
854
},
835
855
"fa_icon": "fas fa-handshake"
836
856
},
837
-
"SNP Table Generation": {
857
+
"snp_table_generation": {
858
+
"title": "SNP Table Generation",
838
859
"type": "object",
839
860
"description": "Options for creation of a SNP table useful for downstream analysis (e.g. estimation of cross-mapping of different sepecies and multi-sequence alignment)",
840
861
"default": "",
@@ -891,7 +912,8 @@
891
912
},
892
913
"fa_icon": "fas fa-table"
893
914
},
894
-
"Mitochondrial to Nuclear Ratio": {
915
+
"mitochondrial_to_nuclear_ratio": {
916
+
"title": "Mitochondrial to Nuclear Ratio",
895
917
"type": "object",
896
918
"description": "Options for the calculation of ratio of reads to one chromosome/FASTA entry against all others.",
897
919
"default": "",
@@ -909,7 +931,8 @@
909
931
},
910
932
"fa_icon": "fas fa-balance-scale-left"
911
933
},
912
-
"Sex Determination": {
934
+
"sex_determination": {
935
+
"title": "Sex Determination",
913
936
"type": "object",
914
937
"description": "Options for the calculation of biological sex of human individuals.",
915
938
"default": "",
@@ -926,7 +949,8 @@
926
949
},
927
950
"fa_icon": "fas fa-transgender"
928
951
},
929
-
"Nuclear Contamination for Human DNA": {
952
+
"nuclear_contamination_for_human_dna": {
953
+
"title": "Nuclear Contamination for Human DNA",
930
954
"type": "object",
931
955
"description": "Options for the estimation of contamination of human DNA.",
932
956
"default": "",
@@ -944,7 +968,8 @@
944
968
},
945
969
"fa_icon": "fas fa-radiation-alt"
946
970
},
947
-
"Metagenomic Screening": {
971
+
"metagenomic_screening": {
972
+
"title": "Metagenomic Screening",
948
973
"type": "object",
949
974
"description": "Options for metagenomic screening of off-target reads.",
950
975
"default": "",
@@ -1011,7 +1036,8 @@
1011
1036
},
1012
1037
"fa_icon": "fas fa-search"
1013
1038
},
1014
-
"Metagenomic Authentication": {
1039
+
"metagenomic_authentication": {
1040
+
"title": "Metagenomic Authentication",
1015
1041
"type": "object",
1016
1042
"description": "Options for authentication of metagenomic screening performed by MALT.",
0 commit comments