Skip to content

Commit

Permalink
patch output fasta rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Aug 5, 2024
1 parent 0cbf931 commit 62c24a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ process {
"${params.outdir}/consensus/seq/${meta.sample}" :
"${params.outdir}/assembly/polishing/iterations/${meta.step}/consensus/seq/${meta.sample}" },
mode: params.publish_dir_mode,
pattern: "*.fa",
pattern: "*.fasta",
saveAs: { filename -> params.prefix || params.global_prefix ? "${params.global_prefix}-$filename" : filename }
]
]
Expand All @@ -1557,7 +1557,7 @@ process {
publishDir = [
path: { "${params.outdir}/consensus/" },
mode: params.publish_dir_mode,
pattern: "*.fa",
pattern: "*.fasta",
enabled: false
]
}
Expand Down

0 comments on commit 62c24a8

Please sign in to comment.