Skip to content

Commit

Permalink
fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Feb 15, 2024
1 parent e32c5a7 commit 2c2392e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/panaroo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ process panaroo {
output:
path "panaroo/*" , emit: files
tuple path("panaroo/core_gene_alignment.aln"), path("panaroo/gene_presence_absence.Rtab"), emit: core_gene_alignment
path "logs/${task.process}/*.log" , emit: log_files
path "versions.yml" , emit: versions
path "logs/${task.process}/*.log" , emit: log_files
path "versions.yml" , emit: versions

when:
task.ext.when == null || task.ext.when
Expand Down

0 comments on commit 2c2392e

Please sign in to comment.