Skip to content
Snippets Groups Projects
Commit ca42acb7 authored by pascal's avatar pascal
Browse files

fixed indentation

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1935 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 933de25a
No related branches found
No related tags found
No related merge requests found
......@@ -147,10 +147,10 @@ def LoadDSSP(file_name, model, extract_burial_status_flag=0,
relative_sa=_CalcRelativeSA(amino_acid,solvent_accessibility)
residue.SetGenericFloatProperty("relative_solvent_accessibility",
relative_sa)
if relative_sa < 0.25:
residue.SetGenericStringProperty("burial_status", 'b')
else:
residue.SetGenericStringProperty("burial_status", 'e')
if relative_sa < 0.25:
residue.SetGenericStringProperty("burial_status", 'b')
else:
residue.SetGenericStringProperty("burial_status", 'e')
except Exception, e:
print "ERROR:",e
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment