Skip to content

Commit

Permalink
add default params to report threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Jul 27, 2023
1 parent 623d60e commit e9b59c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@ process {
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
ext.args = ['findthreshold_method':'gmm',
'findthreshold_model':'gamma-norm',
'findthreshold_edge':0.9,
'findthreshold_cutoff':'user',
'findthreshold_spc':0.995,
'subsample':8000]
}

withName: DEFINE_CLONES_COMPUTE {
Expand Down

0 comments on commit e9b59c6

Please sign in to comment.