diff --git a/config/functional_annotation_modules.config b/config/functional_annotation_modules.config index 51926cc..c5e1d96 100644 --- a/config/functional_annotation_modules.config +++ b/config/functional_annotation_modules.config @@ -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' {