Skip to content

Commit

Permalink
Add missingDataAsZero argument to DEEPTOOLS_COMPUTEMATRIX configurati…
Browse files Browse the repository at this point in the history
…on via ext.args
  • Loading branch information
robsyme committed Nov 21, 2022
1 parent 100c71e commit dc8eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ if (!params.skip_preseq) {
if (!params.skip_plot_profile) {
process {
withName: 'DEEPTOOLS_COMPUTEMATRIX' {
ext.args = 'scale-regions --regionBodyLength 1000 --beforeRegionStartLength 3000 --afterRegionStartLength 3000 --skipZeros --smartLabels'
ext.args = 'scale-regions --regionBodyLength 1000 --beforeRegionStartLength 3000 --afterRegionStartLength 3000 --missingDataAsZero --skipZeros --smartLabels'
ext.prefix = { "${meta.id}.mLb.clN" }
publishDir = [
path: { "${params.outdir}/${params.aligner}/merged_library/deeptools/plotprofile" },
Expand Down

0 comments on commit dc8eeeb

Please sign in to comment.