Skip to content

Commit

Permalink
Merge branch 'master' into refactor_sim
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 1, 2023
2 parents 2ad1416 + 3edbabe commit 08a13e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parakeet/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def get_remote_pdb(pdb_id: str) -> tuple:
else:
raise RuntimeError("No PDB or CIF file found")

if not isinstance(filedata, str):
filedata = filedata.decode("ascii")

# Return filedata
return filename, filedata

Expand Down

0 comments on commit 08a13e4

Please sign in to comment.