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

gatk4: rename _out option for gvcf

parent 5eae8fe1
No related branches found
No related tags found
No related merge requests found
...@@ -154,13 +154,13 @@ process apply_base_recalibration { ...@@ -154,13 +154,13 @@ process apply_base_recalibration {
} }
/*******************************************************************/ /*******************************************************************/
params.variant_calling_gvcf_out = ""
process call_variants_per_sample { process call_variants_per_sample {
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
tag "$file_id" tag "$file_id"
if (params.variant_calling_out != "") { if (params.variant_calling_gvcf_out != "") {
publishDir "results/${params.variant_calling_out}", mode: 'copy' publishDir "results/${params.variant_calling_gvcf_out}", mode: 'copy'
} }
input: 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