From 2d97426f6327fc397b1dd2b3cb338d022c539514 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Thu, 13 Dec 2018 08:42:35 -0800
Subject: [PATCH] added nucleic backbone hydrogens

---
 src/mol-model/structure/model/types.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mol-model/structure/model/types.ts b/src/mol-model/structure/model/types.ts
index ed5cb504d..22714b509 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*'
 ]
 
-- 
GitLab