Преглед изворни кода

read cif-core bfactor field

Alexander Rose пре 5 година
родитељ
комит
7ffaea48cb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/mol-model-formats/structure/cif-core.ts

+ 1 - 0
src/mol-model-formats/structure/cif-core.ts

@@ -124,6 +124,7 @@ async function getModels(db: CifCore_Database, format: CifCoreFormat, ctx: Runti
         pdbx_formal_charge: formalCharge,
         pdbx_formal_charge: formalCharge,
 
 
         pdbx_PDB_model_num: Column.ofConst(1, atomCount, Column.Schema.int),
         pdbx_PDB_model_num: Column.ofConst(1, atomCount, Column.Schema.int),
+        B_iso_or_equiv: db.atom_site.U_iso_or_equiv,
     }, atomCount);
     }, atomCount);
 
 
     const name = (
     const name = (