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 2668046 commit f9a376a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/vcfpredictModules.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ process tbprofiler_update_db {
}

process tbprofiler {

tag { sample_name }
label 'medium_memory'
label 'medium_cpu'
Expand All @@ -72,7 +73,7 @@ process tbprofiler {

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}'

input:
tuple val(sample_name), path(minos_vcf), path(report_json), val(isSampleTB)

Expand Down Expand Up @@ -308,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 f9a376a

Please sign in to comment.