Skip to content
Snippets Groups Projects
Verified Commit 30c57a00 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

mergekmer.nf: fix typo

parent f5bd9063
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ process COLLATEKMER { ...@@ -35,7 +35,7 @@ process COLLATEKMER {
tuple val(specie), path(csv) tuple val(specie), path(csv)
output: output:
tuple val(species), path("*.csv"), emit: csv tuple val(specie), path("*.csv"), emit: csv
path "versions.yml", emit: versions path "versions.yml", emit: versions
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment