Skip to content
Snippets Groups Projects
Commit 7ffaea48 authored by Alexander Rose's avatar Alexander Rose
Browse files

read cif-core bfactor field

parent 0e452761
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ async function getModels(db: CifCore_Database, format: CifCoreFormat, ctx: Runti ...@@ -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 = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment