Skip to content

Commit

Permalink
Update merge functional annotation args
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Nov 8, 2023
1 parent 30a8b14 commit 78e68ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/functional_annotation_modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ process {
}
withName: 'MERGE_FUNCTIONAL_ANNOTATION' {
ext.args = [
'-id NBIS',
'-pe 5'
"-id $params.merge_annotation_identifier",
'-pe 5',
params.use_pcds ? "--pcds" : ""
].join(' ').trim()
publishDir = [
[
Expand Down

0 comments on commit 78e68ad

Please sign in to comment.