Skip to content

Commit

Permalink
typo in final publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Nov 6, 2024
1 parent f9a376a commit af4ffc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/vcfpredictModules.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ process tbprofiler {
label 'new_tmp'

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

input:
tuple val(sample_name), path(minos_vcf), path(report_json), val(isSampleTB)
Expand Down Expand Up @@ -309,8 +309,8 @@ process finalJson {
label 'low_cpu'

errorStrategy 'ignore'
publishDir "${params.output_dir}${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*_report.json'

publishDir "${params.output_dir}/${sample_name}", mode: 'copy', overwrite: 'true', pattern: '*_report.json'

input:
tuple val(sample_name), path(vcfmix_json), path(gnomon_json), path(report_json)
Expand Down

0 comments on commit af4ffc7

Please sign in to comment.