Skip to content

Commit

Permalink
Merge pull request #105 from MartinPippel/interproscan
Browse files Browse the repository at this point in the history
Interproscan
  • Loading branch information
MartinPippel authored Jan 12, 2024
2 parents fef4301 + bbd473e commit ca4fbbb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/functional_annotation_modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ process {
ext.args = '-evalue 1e-6 -outfmt 6'
}
withName: 'INTERPROSCAN' {
cpus = 8
ext.args = [
'--iprlookup',
'--goterms',
'-pa',
'-t p'
'--goterms',
'-pa',
'-t p',
'-dra'
].join(' ').trim()
}
withName: 'MERGE_FUNCTIONAL_ANNOTATION' {
Expand Down

0 comments on commit ca4fbbb

Please sign in to comment.