Skip to content

Commit af4ffc7

Browse files
committed
typo in final publish
1 parent f9a376a commit af4ffc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/vcfpredictModules.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ process tbprofiler {
7272
label 'new_tmp'
7373

7474
publishDir "${params.output_dir}/${sample_name}/antibiogram", mode: 'copy', pattern: '*.tbprofiler-out.json', overwrite: 'true'
75-
publishDir "${params.output_dir}${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*{_err.json,_report.json}'
75+
publishDir "${params.output_dir}/${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*{_err.json,_report.json}'
7676

7777
input:
7878
tuple val(sample_name), path(minos_vcf), path(report_json), val(isSampleTB)
@@ -309,8 +309,8 @@ process finalJson {
309309
label 'low_cpu'
310310

311311
errorStrategy 'ignore'
312-
313-
publishDir "${params.output_dir}${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*_report.json'
312+
313+
publishDir "${params.output_dir}/${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*_report.json'
314314

315315
input:
316316
tuple val(sample_name), path(vcfmix_json), path(gnomon_json), path(report_json)

0 commit comments

Comments
 (0)