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

mergekmer.nf: fix id

parent 9a17ca7e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ process MERGEKMER {
}
process COLLATEKMER {
tag "$meta.id"
tag "$csv"
label 'big_mem_mono_cpus'
publishDir "results/", mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment