Skip to content

Commit

Permalink
fixed png publishdir
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Jul 23, 2024
1 parent e012380 commit 24d7485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donut_falls.nf
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ process nanoplot {
process png {
tag "${meta.id}"
label "process_low"
publishDir "${params.outdir}/${meta.id}", mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
publishDir "${params.outdir}/${meta.id}/bandage", mode: 'copy', saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
container 'staphb/multiqc:1.19'
time '10m'

Expand Down

0 comments on commit 24d7485

Please sign in to comment.