diff --git a/src/mol-model/structure/model/types.ts b/src/mol-model/structure/model/types.ts index ed5cb504da50424c273793f68551282e1bfa1202..22714b509a9a872fa642804d387ae06412e69530 100644 --- a/src/mol-model/structure/model/types.ts +++ b/src/mol-model/structure/model/types.ts @@ -96,8 +96,9 @@ export const ProteinBackboneAtoms = [ ] export const NucleicBackboneAtoms = [ - 'P', 'OP1', 'OP2', + 'P', 'OP1', 'OP2', 'HOP2', 'HOP3', 'O2\'', 'O3\'', 'O4\'', 'O5\'', 'C1\'', 'C2\'', 'C3\'', 'C4\'', 'C5\'', + 'H1\'', 'H2\'', 'H2\'\'', 'HO2\'', 'H3\'', 'H4\'', 'H5\'', 'H5\'\'', 'HO3\'', 'HO5\'', 'O2*', 'O3*', 'O4*', 'O5*', 'C1*', 'C2*', 'C3*', 'C4*', 'C5*' ]