Skip to content

Commit

Permalink
Add Flags --remove_keys_from_pickles
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrouger authored Jan 8, 2025
1 parent b624563 commit 769cff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alphapulldown/scripts/run_multimer_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main(argv):
"--path_to_mmt": FLAGS.path_to_mmt,
"--compress_result_pickles": FLAGS.compress_result_pickles,
"--remove_result_pickles": FLAGS.remove_result_pickles,
"--remove_keys_from_pickles" : FLAGS.remove_keys_from_pickles,
"--use_ap_style": True,
"--use_gpu_relax": FLAGS.use_gpu_relax,
"--protein_delimiter": FLAGS.protein_delimiter,
Expand Down

0 comments on commit 769cff5

Please sign in to comment.