Ver Fonte

added missing pdbx_branch_scheme fields to mmcif schema

Alexander Rose há 5 anos atrás
pai
commit
73a8e45202
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      src/mol-io/reader/cif/schema/mmcif.ts

+ 15 - 0
src/mol-io/reader/cif/schema/mmcif.ts

@@ -4585,6 +4585,21 @@ export const mmCIF_Schema = {
          * PDBX_ENTITY_BRANCH_LIST category.
          */
         num: int,
+        /**
+         * This data item is a pointer to _atom_site.auth_asym_id in the
+         * ATOM_SITE category.
+         */
+        pdb_asym_id: str,
+        /**
+         * This data item is a pointer to _atom_site.auth_seq_id in the
+         * ATOM_SITE category.
+         */
+        pdb_seq_num: str,
+        /**
+         * This data item is a pointer to _atom_site.auth_comp_id in the
+         * ATOM_SITE category.
+         */
+        pdb_mon_id: str,
         /**
          * This data item is a pointer to _atom_site.pdbx_auth_asym_id in the
          * ATOM_SITE category.