FreshAirTonight / af2complex

Predicting direct protein-protein interactions with AlphaFold deep learning neural network models.
146 stars 19 forks source link

How to recover the num of template to 20? #8

Closed Qmi3 closed 1 year ago

Qmi3 commented 1 year ago

I want to pick up 20 templates for each monomer,how can i modified your scipts? Looking forward to your replies

FreshAirTonight commented 1 year ago

add this option

--max_template_hits=20

To check all options: python run_af2c_mod.py --help