dauparas / ProteinMPNN

Code for the ProteinMPNN paper
MIT License
910 stars 278 forks source link

conditional_probs_only_backbone is ignored when used alone #80

Open TCoulth opened 8 months ago

TCoulth commented 8 months ago

Hello, the conditional_probs_only_backbone does not produce any probabilities, just sequences. The other two probability flags (conditional_probs_only and unconditional_probs_only) do work as expected.

It looks like you need to include both of the conditional flags in order to produce the conditional_probs_only_backbone.