浏览代码

add missing PRO to standard components

Alexander Rose 4 年之前
父节点
当前提交
376449f7c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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' },