Skip to content

Commit

Permalink
comment out model comparison settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashopf committed Nov 11, 2024
1 parent ff15914 commit 95e56fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/sample_config_monomer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ compare:
# Uncomment to enable comparison to predicted models (e.g. AlphaFoldDB, as specified in databases section below);
# will inherit configuration as passed to compare stage, with any keys specified in compared_to_models subsection
# taking precedence
compare_models:
max_num_hits: 1
pdb_alignment_method: jackhmmer
use_bitscores: True
domain_threshold: 1.5
sequence_threshold: 1.5
iterations: 1
# compare_models:
# max_num_hits: 1
# pdb_alignment_method: jackhmmer
# use_bitscores: True
# domain_threshold: 1.5
# sequence_threshold: 1.5
# iterations: 1

# Settings for Mutation effect predictions
mutate:
Expand Down

0 comments on commit 95e56fb

Please sign in to comment.