"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "9f5d201e108c7a16d46dd4fde06767d79a160fec"
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: ...@@ -457,7 +457,7 @@ def to_modelcif(prot: Protein) -> str:
asym_unit_map[chain_idx] = asym asym_unit_map[chain_idx] = asym
modeled_assembly = modelcif.Assembly(asym_unit_map.values(), name='Modeled assembly') 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): def get_atoms(self):
# Add all atom sites. # Add all atom sites.
for i in range(n): 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