We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a25bf commit 4760fc7Copy full SHA for 4760fc7
conf/modules.config
@@ -510,7 +510,7 @@ if (!params.skip_plot_fingerprint) {
510
ext.args = { [
511
'--skipZeros',
512
"--numberOfSamples $params.fingerprint_bins",
513
- "--labels $meta.ip $meta.control"
+ "--labels $meta.id $meta.control"
514
].join(' ').trim() }
515
ext.prefix = { "${meta.id}.mLb.clN" }
516
publishDir = [
0 commit comments