Skip to content
Snippets Groups Projects
Commit 4760fc77 authored by JoseEspinosa's avatar JoseEspinosa
Browse files

Fix labels for deeptools plotfingerprint

parent 20a25bfb
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,7 @@ if (!params.skip_plot_fingerprint) { ...@@ -510,7 +510,7 @@ if (!params.skip_plot_fingerprint) {
ext.args = { [ ext.args = { [
'--skipZeros', '--skipZeros',
"--numberOfSamples $params.fingerprint_bins", "--numberOfSamples $params.fingerprint_bins",
"--labels $meta.ip $meta.control" "--labels $meta.id $meta.control"
].join(' ').trim() } ].join(' ').trim() }
ext.prefix = { "${meta.id}.mLb.clN" } ext.prefix = { "${meta.id}.mLb.clN" }
publishDir = [ publishDir = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment