Ver Fonte

add missing PRO to standard components

Alexander Rose há 4 anos atrás
pai
commit
376449f7c8
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/mol-model-formats/structure/common/component.ts

+ 1 - 0
src/mol-model-formats/structure/common/component.ts

@@ -50,6 +50,7 @@ const StandardComponents = (function() {
         { id: 'ASP', name: 'ASPARTIC ACID', type: 'L-peptide linking' },
         { id: 'GLU', name: 'GLUTAMIC ACID', type: 'L-peptide linking' },
         { id: 'THR', name: 'THREONINE', type: 'L-peptide linking' },
+        { id: 'PRO', name: 'PROLINE', type: 'L-peptide linking' },
         { id: 'SEC', name: 'SELENOCYSTEINE', type: 'L-peptide linking' },
         { id: 'PYL', name: 'PYRROLYSINE', type: 'L-peptide linking' },