%load_ext autoreload
%autoreload 2
import molsysmt as msm
Get missing residues#
molecular_system = msm.convert('1BRS', to_form='molsysmt.MolSys')
missing = msm.build.get_missing_residues(molecular_system)
missing
{}
%load_ext autoreload
%autoreload 2
import molsysmt as msm
molecular_system = msm.convert('1BRS', to_form='molsysmt.MolSys')
missing = msm.build.get_missing_residues(molecular_system)
missing
{}