Some typo in the template residue mask code
Opened this issue · 0 comments
sirius777coder commented
Hi,
Great work ! I find there are some typos in the predict.py as following :
dl_binder_design/af2_initial_guess/predict.py
Line 135 in cafa385
I think the code should be
feat_holder.residue_mask = [int(i)+1 > feat_holder.binderlen for i in range(len(feat_holder.seq))]
otherwise the template will conside binderlen + 1 residues