Skip to content
Snippets Groups Projects
Commit b8df0ac6 authored by Marco Biasini's avatar Marco Biasini
Browse files

remove file

parent 9380d825
No related branches found
No related tags found
No related merge requests found
from ost.bindings import dssp
ent=io.LoadMMCIF('1ake.cif')
dssp.AssignDSSP(ent, extract_burial_status=True)
for chain in ent.chains:
if chain.is_polypeptide:
for res in chain.residues:
print res.GetFloatProp('relative_solvent_accessibility')
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