-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apbs error #6
Comments
Hello Dan, Thanks for using SURFMAP. Unfortunately, the error you are facing is related to the installation of APBS, not SURFMAP per se. We provide a docker image, in particular to facilitate the installation of APBS. All you have to do is to install docker on your machine. Then you will use the image by typing the same command but with the additionnal
This should help. However, if for any reason you cannot or don't want to use docker, i will try to remember how to fix your manual installation of APBS. Nicolas. |
Hello Dan, If you really want to install manually APBS (even though i won't recommend it), please try the unix procedure below:
This is the procedure we have to follow to make APBS work successfully on a unix system. I'd also like to inform you that And Please if you're still facing issues, please share:
This would allow to help reproduce the errors and fix them. Thanks, Nicolas. |
Thank you - worked like a charm. You have excellent documentation and I should have just gone ahead and done the docker route from the beginning. Thanks again! |
Hello,
I have the apbs binaries in my path. When I do:
surfmap -pdb xyz.pdb -tomap electrostatics
I get:
TypeError: expected str, bytes or os.PathLike object, not NoneType
with
PATH_APBS = Path(os.getenv("APBS"))
in the traceback.
I do:
export APBS='path/to/apbs/bin'
the issue the same surfmap command and get:
I don't know where to go from here to get the electrostatics calculation working.
The other calculations work (stickiness, circular_variance). This is a really cool package - I really want to get the electrostatics to work!
Thank you,
Dan
The text was updated successfully, but these errors were encountered: