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

kmerclust.nf: kmerclust_clust disable csv output

parent 65c4b6cc
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ process KMERCLUST_CLUST {
output:
tuple val(specie), path("*.Rdata"), emit: rdata
tuple val(specie), path("*.csv"), emit: csv
// 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