We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7921e6 commit baf09b3Copy full SHA for baf09b3
1 file changed
nextflow.config
@@ -135,8 +135,8 @@ params {
135
136
// mapDamage
137
run_mapdamage_rescaling = false
138
- params.rescale_length_5p = 12
139
- params.rescale_length_3p = 12
+ rescale_length_5p = 12
+ rescale_length_3p = 12
140
141
//Bedtools settings
142
run_bedtools_coverage = false
@@ -448,4 +448,4 @@ def check_max(obj, type) {
448
return obj
449
}
450
451
-}
+}
0 commit comments