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

mergekmer.nf: add kmersize in the results path

parent b67793d5
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ process MERGEKMER {
process COLLATEKMER {
tag "$specie"
label 'big_mem_mono_cpus'
publishDir "results/${specie}/", mode: 'copy'
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
container "lbmc/mergekmer:0.1.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment