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

kmerclust.nf: output csv from clustering

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