Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openfold/np/protein.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Protein:
"""Protein structure representation."""

# Cartesian coordinates of atoms in angstroms. The atom types correspond to
# residue_constants.atom_types, i.e. the first three are N, CA, CB.
# residue_constants.atom_types, i.e. the first three are N, CA, C.
atom_positions: np.ndarray # [num_res, num_atom_type, 3]

# Amino-acid type for each residue represented as an integer between 0 and
Expand Down