Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Jun 11, 2024
1 parent 0bfcd59 commit d05b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/gens_pon.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ process {

withName: '.*GENS_PON:GATK4_CREATEREADCOUNTPANELOFNORMALS' {
ext.args = { ["--minimum-interval-median-percentile ${params.gens_min_interval_median_percentile}",
"--maximum-chunk-size ${params.maximum_chunk_size}"].join(" ")}
"--maximum-chunk-size ${params.gens_maximum_chunk_size}"].join(" ")}
publishDir = [
mode: params.publish_dir_mode,
path: { "${params.outdir}/gens_pon/createreadcountpanelofnormals" },
Expand Down

0 comments on commit d05b1fe

Please sign in to comment.