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 fd64ed7 commit 5d23ec6Copy full SHA for 5d23ec6
modules/nf-core/htodemux/main.nf
@@ -11,9 +11,9 @@ process HTODEMUX {
11
tuple val(meta), path(seurat_object), val(assay)
12
13
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
+ tuple val(meta), path("*_params_htodemux.csv") , emit: params
+ tuple val(meta), path("*_assignment_htodemux.csv") , emit: assignment
+ tuple val(meta), path("*_classification_htodemux.csv") , emit: classification
17
tuple val(meta), path("*_htodemux.rds") , emit: rds
18
path "versions.yml" , emit: versions
19
0 commit comments