uw-ipd / RoseTTAFold2NA

RoseTTAFold2 protein/nucleic acid complex prediction
MIT License
310 stars 69 forks source link

Clamp b-factors to 100 for writepdb #31

Closed blake-riley closed 1 year ago

blake-riley commented 1 year ago

network/predict.py calls writepdb(..., bfacts=100*LDDT). We need then to clamp this tensor to max 100.

Fixes #30

fdimaio commented 1 year ago

Looks good!