Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Aug 26, 2024
1 parent 406ba9a commit eea7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process squirrel {
if ( params.include_background )
extra += " --include-background"
if ( params.additional_background )
extra += " --additional-background bg.fa"
extra += " -bf bg.fa"
if ( params.outgroups )
extra += " --outgroups ${params.outgroups}"

Expand Down

0 comments on commit eea7b12

Please sign in to comment.