Skip to content

Commit

Permalink
fix inputs and outputs scanpy cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed May 16, 2024
1 parent ab4257b commit 1dce6b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/scanpy_cluster/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ process SCANPY_CLUSTER {
publishDir "${params.outdir}/scanpy_cluster", mode: 'copy'

input:
tuple val(meta), path(h5ad)
path(h5ad)
path(cluster_nb)

output:
tuple val(meta), path("*.h5ad"), emit: h5ad
tuple val(meta), path("*.html"), emit: html
path("*.h5ad"), emit: h5ad
path("*.html"), emit: html
path "versions.yml" , emit: versions

when:
Expand Down

0 comments on commit 1dce6b2

Please sign in to comment.