Hello,
The example code displayed on the main page of the repo has a small typo in it. See errors here:

the line:
result = pdbToxssp("2GW9")
gives error
should be:
result = pdbToxssp_local("2GW9")
Best,
-Rich
PS. Thanks for fixing this code and for how responsive you are in this repo. Its definitely appreciated!
Hello,
The example code displayed on the main page of the repo has a small typo in it. See errors here:

the line:
should be:
Best,
-Rich
PS. Thanks for fixing this code and for how responsive you are in this repo. Its definitely appreciated!