Browse Source

read cif-core bfactor field

Alexander Rose 5 years ago
parent
commit
7ffaea48cb
1 changed files with 1 additions and 0 deletions
  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_PDB_model_num: Column.ofConst(1, atomCount, Column.Schema.int),
+        B_iso_or_equiv: db.atom_site.U_iso_or_equiv,
     }, atomCount);
 
     const name = (