Commit 49e21841 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove undefined reference

parent 50f72d45
......@@ -1305,6 +1305,6 @@ _make_atom14_ambiguity_feats()
def aatype_to_str_sequence(aatype):
return ''.join([
residue_constants.restypes_with_x[aatype[i]]
restypes_with_x[aatype[i]]
for i in range(len(aatype))
])
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