Commit 951d47cf authored by Jose Duarte's avatar Jose Duarte
Browse files

Ab-initio is more appropriate

parent 9db8dc36
......@@ -457,7 +457,7 @@ def to_modelcif(prot: Protein) -> str:
asym_unit_map[chain_idx] = asym
modeled_assembly = modelcif.Assembly(asym_unit_map.values(), name='Modeled assembly')
class MyModel(modelcif.model.HomologyModel):
class MyModel(modelcif.model.AbInitioModel):
def get_atoms(self):
# Add all atom sites.
for i in range(n):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment