Skip to content

Commit 5d23ec6

Browse files
add _ to the output paths
1 parent fd64ed7 commit 5d23ec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nf-core/htodemux/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ process HTODEMUX {
1111
tuple val(meta), path(seurat_object), val(assay)
1212

1313
output:
14-
tuple val(meta), path("*params_htodemux.csv") , emit: params
15-
tuple val(meta), path("*assignment_htodemux.csv") , emit: assignment
16-
tuple val(meta), path("*classification_htodemux.csv") , emit: classification
14+
tuple val(meta), path("*_params_htodemux.csv") , emit: params
15+
tuple val(meta), path("*_assignment_htodemux.csv") , emit: assignment
16+
tuple val(meta), path("*_classification_htodemux.csv") , emit: classification
1717
tuple val(meta), path("*_htodemux.rds") , emit: rds
1818
path "versions.yml" , emit: versions
1919

0 commit comments

Comments
 (0)