You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/haddock/modules/analysis/seletop/defaults.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,11 @@ select:
8
8
long: Number of best-ranked models to select for further steps of the workflow. Typically only 200 models produced at the rigid-body docking stage are selected for further refinement.
9
9
group: analysis
10
10
explevel: easy
11
+
sort_ascending:
12
+
default: true
13
+
type: boolean
14
+
title: Sort in ascending order
15
+
short: Sort in ascending order.
16
+
long: Sort in ascending order. “sort_ascending = false” should be used when a higher score corresponds to a better predicted model quality.
Copy file name to clipboardExpand all lines: src/haddock/modules/analysis/seletopclusts/defaults.yaml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,21 @@ sortby:
31
31
long: if the selection is done by 'score' the average score of the top (4) models of each cluster is used to define the cluster rank. When clustering by 'size', a bigger cluster size corresponds to a higher rank. By default, 'score' is selected.
32
32
group: analysis
33
33
explevel: easy
34
+
sort_ascending:
35
+
default: true
36
+
type: boolean
37
+
title: Sort in ascending order
38
+
short: Sort in ascending order.
39
+
long: Sort in ascending order. “sort_ascending = false” should be used when a higher score corresponds to a better predicted model quality and is only used if “sortby” is set to "score".
40
+
group: analysis
41
+
explevel: easy
42
+
cluster_score_threshold:
43
+
default: 4
44
+
type: integer
45
+
min: 1
46
+
max: 99999
47
+
title: Number of models used to compute a cluster's average score
48
+
short: Number of best-scoring models per cluster used to compute its average score. By default 4.
49
+
long: When ranking clusters by 'score', the average score of this many best-scoring models of each cluster is used to define the cluster rank. By default 4.
0 commit comments