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

emase-zero.nf: fix output path

parent 76661338
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ process emase {
label "big_mem_mono_cpus"
tag "$file_id"
if (params.count_out != "") {
publishDir "results/counts/${params.count_out}", mode: 'copy'
publishDir "results/${params.count_out}", mode: 'copy'
}
input:
......
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