Skip to content

Commit baf09b3

Browse files
authored
Update nextflow.config
1 parent b7921e6 commit baf09b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ params {
135135

136136
// mapDamage
137137
run_mapdamage_rescaling = false
138-
params.rescale_length_5p = 12
139-
params.rescale_length_3p = 12
138+
rescale_length_5p = 12
139+
rescale_length_3p = 12
140140

141141
//Bedtools settings
142142
run_bedtools_coverage = false
@@ -448,4 +448,4 @@ def check_max(obj, type) {
448448
return obj
449449
}
450450
}
451-
}
451+
}

0 commit comments

Comments
 (0)