Skip to content

Commit

Permalink
specified core alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Apr 17, 2024
1 parent d2143a0 commit 0308527
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 @@ -19,8 +19,8 @@ process panaroo {
task.ext.when == null || task.ext.when

shell:
def args = task.ext.args ?: '--clean-mode strict --remove-invalid-genes'
def prefix = task.ext.prefix ?: "panaroo"
def args = task.ext.args ?: '--clean-mode strict --remove-invalid-genes --alignment core'
def prefix = task.ext.prefix ?: 'panaroo'
def assemblies = gff.join(' ')
"""
mkdir -p logs/${task.process}
Expand Down

0 comments on commit 0308527

Please sign in to comment.