Skip to content

Commit

Permalink
adding new results
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed May 16, 2021
1 parent 60c5745 commit 847df56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mp_nerf/kb_proteins.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ def make_torsion_mask(aa, fill=False):
""" Gives the dihedral of the bond originating each atom. """
mask = np.zeros(14)
# backbone
#
if aa == "_":
return aa
# sidechain
for i, torsion in enumerate(SC_BUILD_INFO[aa]['torsion-vals']):
if fill:
Expand Down

0 comments on commit 847df56

Please sign in to comment.