Skip to content

Commit

Permalink
fixed params folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpacesa authored Oct 1, 2024
1 parent c3d545c commit 68e0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindcraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
design_models, prediction_models, multimer_validation = load_af2_models(advanced_settings["use_multimer_design"])

### set package settings
advanced_settings["af_params_dir"] = os.path.join(os.path.dirname(os.path.realpath('')), 'params/')
advanced_settings["af_params_dir"] = os.path.dirname(os.path.realpath(''))
advanced_settings["dssp_path"] = os.path.join(os.path.dirname(os.path.realpath('')), 'functions/dssp')
advanced_settings["dalphaball_path"] = os.path.join(os.path.dirname(os.path.realpath('')), 'functions/DAlphaBall.gcc')

Expand Down

0 comments on commit 68e0a88

Please sign in to comment.