Skip to content

Commit

Permalink
fix(paraphase): add missing extra to shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc authored Dec 4, 2024
1 parent a38f453 commit 1250f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/paraphase.smk
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ rule paraphase:
"--prefix {params.prefix} "
"--out {params.out} "
"{params.gene} "
"{params.extra} "
"--threads {threads} "
"--genome {params.genome} &> {log}"

0 comments on commit 1250f24

Please sign in to comment.