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 998adff commit 565782dCopy full SHA for 565782d
conf/modules.config
@@ -62,6 +62,9 @@ process {
62
container = 'docker.io/multiqc/multiqc:v1.29'
63
}
64
65
+ // The Seqera image used in multiple modules of this pipeline contains many
66
+ // different packages, the build information for which you can find here:
67
+ // https://wave.seqera.io/view/builds/bd-95f731fde0b9ddef_1.
68
withName: 'READ_DATA|QUALITY_CONTROLS|CLUSTERING|SPATIALLY_VARIABLE_GENES' {
69
ext.prefix = { "${notebook.baseName}" }
70
ext.args = { "--metadata subtitle:'Sample: ${meta.id}'" }
0 commit comments