dauparas / ProteinMPNN

Code for the ProteinMPNN paper
MIT License
934 stars 284 forks source link

Disallow --use_soluble_model if --ca_only is specified #51

Closed jacobastern closed 1 year ago

jacobastern commented 1 year ago

The code currently silently ignores --use_soluble_model if --ca_only is specified. I only discovered this because I noticed that I was getting the same sequences designed with and without --use_soluble_model. Ideally, there should be an error if you try to use both --use_soluble_model and --ca_only.

dauparas commented 1 year ago

Thanks for pointing this out, fixed now!