Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Mar 24, 2022
1 parent b7921e6 commit baf09b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ params {

// mapDamage
run_mapdamage_rescaling = false
params.rescale_length_5p = 12
params.rescale_length_3p = 12
rescale_length_5p = 12
rescale_length_3p = 12

//Bedtools settings
run_bedtools_coverage = false
Expand Down Expand Up @@ -448,4 +448,4 @@ def check_max(obj, type) {
return obj
}
}
}
}

0 comments on commit baf09b3

Please sign in to comment.