Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPippel committed Jan 12, 2024
1 parent 484fa8e commit bbd473e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/functional_annotation_modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ process {
cpus = 8
ext.args = [
'--iprlookup',
'--goterms',
'-pa',
'-t p'
'--goterms',
'-pa',
'-t p',
'-dra'
].join(' ').trim()
}
Expand Down

0 comments on commit bbd473e

Please sign in to comment.