Skip to content

Commit 4760fc7

Browse files
committed
Fix labels for deeptools plotfingerprint
1 parent 20a25bf commit 4760fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ if (!params.skip_plot_fingerprint) {
510510
ext.args = { [
511511
'--skipZeros',
512512
"--numberOfSamples $params.fingerprint_bins",
513-
"--labels $meta.ip $meta.control"
513+
"--labels $meta.id $meta.control"
514514
].join(' ').trim() }
515515
ext.prefix = { "${meta.id}.mLb.clN" }
516516
publishDir = [

0 commit comments

Comments
 (0)