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

flexi_splitter: fix tag :25

parent b92686a4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ process split_fastq { ...@@ -22,7 +22,7 @@ process split_fastq {
// src/nf_modules/flexi_splitter/marseq_flexi_splitter.yaml // src/nf_modules/flexi_splitter/marseq_flexi_splitter.yaml
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
tag "$file_prefix" tag "$file_id"
if (params.split_out != "") { if (params.split_out != "") {
publishDir "results/${params.split_out}", mode: 'copy' publishDir "results/${params.split_out}", mode: 'copy'
} }
......
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