Skip to content

Commit

Permalink
Merge pull request #87 from nf-core/report-sample-names
Browse files Browse the repository at this point in the history
Report sample names
  • Loading branch information
cavenel authored Oct 11, 2024
2 parents a353aae + f0a8a10 commit 7c25f5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions bin/clustering.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "nf-core/spatialvi"
subtitle: "Dimensionality reduction and clustering"
title: "Dimensionality reduction and clustering"
format:
nf-core-html: default
jupyter: python3
Expand Down
3 changes: 1 addition & 2 deletions bin/quality_controls.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "nf-core/spatialvi"
subtitle: "Pre-processing and quality controls"
title: "Pre-processing and quality controls"
format:
nf-core-html: default
jupyter: python3
Expand Down
3 changes: 1 addition & 2 deletions bin/spatially_variable_genes.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "nf-core/spatialvi"
subtitle: "Neighborhood enrichment analysis and Spatially variable genes"
title: "Neighborhood enrichment analysis and Spatially variable genes"
format:
nf-core-html: default
jupyter: python3
Expand Down
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
2 changes: 1 addition & 1 deletion subworkflows/local/downstream.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include { QUARTONOTEBOOK as CLUSTERING } from '../../modules/nf-co
workflow DOWNSTREAM {

take:
sdata_raw
sdata_raw // Channel: [ meta, zarr ]

main:

Expand Down

0 comments on commit 7c25f5f

Please sign in to comment.