File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ params {
41
41
// MultiQC options
42
42
max_multiqc_email_size = ' 25.MB'
43
43
multiqc_title = " BACPAQ"
44
- multiqc_config = " null"
45
- multiqc_logo = " null"
46
- multiqc_methods_description= " null"
44
+ multiqc_config = null
45
+ multiqc_logo = null
46
+ multiqc_methods_description = null
47
47
48
48
49
49
@@ -88,6 +88,7 @@ params {
88
88
skip_bracken = false
89
89
skip_kraken2 = false
90
90
skip_combinebrackenoutputs = false
91
+ skip_quality_report = false
91
92
92
93
// kraken2 options
93
94
// Path to Kraken2 database used for querying reads during taxonomic classification
Original file line number Diff line number Diff line change 15
15
"input" : {
16
16
"type" : " string" ,
17
17
"format" : " file-path" ,
18
- "mimetype" : " text/ csv" ,
18
+ "mimetype" : " csv" ,
19
19
"pattern" : " ^\\ S+\\ .csv$" ,
20
20
"schema" : " assets/schema_input.json" ,
21
21
"description" : " Path to comma-separated file containing information about the samples in the experiment." ,
27
27
"type" : " string" ,
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
- "fa_icon" : " fas fa-folder-open" ,
31
- "default" : " results"
30
+ "fa_icon" : " fas fa-folder-open"
32
31
},
33
32
"email" : {
34
33
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments