Skip to content

Commit

Permalink
Set report subtitle to sample name with ext.args
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Sep 4, 2024
1 parent 5e347ed commit dfd8300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ process {

withName: 'READ_DATA|QUALITY_CONTROLS|CLUSTERING|SPATIALLY_VARIABLE_GENES' {
ext.prefix = { "${notebook.baseName}" }
ext.args = { "--metadata subtitle:'Sample: ${meta.id}'" }
publishDir = [
[
path: { "${params.outdir}/${meta.id}/reports" },
Expand Down

0 comments on commit dfd8300

Please sign in to comment.