Skip to content

Commit

Permalink
Update catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jul 26, 2024
1 parent eb7d03a commit 4d68264
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/haddock3_catalog/public/catalog/haddock3.easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ nodes:
$comment: Value of cutoff cophenetic distance. When criterion is maxclust,
this value is ignored.
type: number
maximum: 9999
minimum: 1
maximum: 100
minimum: 0.1
plot_matrix:
default: false
title: Plot matrix of members
Expand Down
14 changes: 7 additions & 7 deletions packages/haddock3_catalog/public/catalog/haddock3.expert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,8 @@ nodes:
$comment: Value of cutoff cophenetic distance. When criterion is maxclust,
this value is ignored.
type: number
maximum: 9999
minimum: 1
maximum: 100
minimum: 0.1
plot_matrix:
default: false
title: Plot matrix of members
Expand Down Expand Up @@ -6623,16 +6623,16 @@ nodes:
sampling_factor:
default: 1
title: Sampling factor for each starting model
description: This paramater control how many times a model will be refined.
$comment: This paramater control how many times a model will be refined.
description: This parameter control how many times a model will be refined.
$comment: This parameter control how many times a model will be refined.
type: number
maximum: 200
maximum: 400
minimum: 1
max_nmodels:
default: 10000
title: Maximum number of models to refine
description: This paramater controls the maximum number of models to refine.
$comment: This paramater controls the maximum number of models to refine.
description: This parameter controls the maximum number of models to refine.
$comment: This parameter controls the maximum number of models to refine.
type: number
maximum: 50000
minimum: 1
Expand Down
14 changes: 7 additions & 7 deletions packages/haddock3_catalog/public/catalog/haddock3.guru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ nodes:
$comment: Value of cutoff cophenetic distance. When criterion is maxclust,
this value is ignored.
type: number
maximum: 9999
minimum: 1
maximum: 100
minimum: 0.1
plot_matrix:
default: false
title: Plot matrix of members
Expand Down Expand Up @@ -6920,16 +6920,16 @@ nodes:
sampling_factor:
default: 1
title: Sampling factor for each starting model
description: This paramater control how many times a model will be refined.
$comment: This paramater control how many times a model will be refined.
description: This parameter control how many times a model will be refined.
$comment: This parameter control how many times a model will be refined.
type: number
maximum: 200
maximum: 400
minimum: 1
max_nmodels:
default: 10000
title: Maximum number of models to refine
description: This paramater controls the maximum number of models to refine.
$comment: This paramater controls the maximum number of models to refine.
description: This parameter controls the maximum number of models to refine.
$comment: This parameter controls the maximum number of models to refine.
type: number
maximum: 50000
minimum: 1
Expand Down

0 comments on commit 4d68264

Please sign in to comment.