-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error preprocessing protein-ligand complex #9
Comments
Not a masif developer or anything but for what it is worth, I dl your files and ran your command and it worked fine from my side. here are some of the log output: APBSMULTIVALUEAPBS done! and here is an image of the ply model: |
Well that is very unfortunate and frustrating - I'm using their Dockerfile! Thank you for your comment, I'll start fresh I suppose. |
Hey @rukibuki, would you mind sharing your environment? Did you use their Dockerfile? Did you build the environment yourself, make any changes to their default specs listed in either their Dockerfile or their ReadMe? Thank you for your help! |
Hi all,
First and foremost, thank you very much for making all your hard work publicly accessible. It is a wonderful tool tackling a challenging problem.
I am having troubles running the
preprocss_pdb.sh
script. I can successfully run it on the example! But I cannot run it on my own inputs with the ligand included; it does work without it. Just for clarity:Works:
./preprocess_pdb.sh example/1a7x.pdb 1A7X_A -l FKA_B -s example/1a7x_C_FKA.sdf -o example/output/
Works:
./preprocess_pdb.sh example/1a7x.pdb 1A7X_A -o example/output/
Works:
./preprocess_pdb.sh /inputs/8G9P.pdb 8G9P_D -o example/output/
DOES NOT work:
./preprocess_pdb.sh /inputs/8G9P.pdb 8G9P_D -l YV2_D -s /inputs/YV2.sdf -o example/output/
And has error:
8G9P is a challenging protein-protein-ligand interface that I was keen to test via MaSIF-neosurf. Unfortunately I cannot seem to get passed the technical hurdles by myself - I tried to dive into the APBS but I am admittedly very weak with regards to using this package. Any guidance or tweaks you could provide in overcoming this would be immensely helpful. I have tried this with a few other similar complexes and encounter the same errors.
The SDF file of the ligand was generated by extracting out the small molecule's atom coords and connectivity, then converting the PDB ligand file to SDF ligand via OpenBabel (specifically,
obabel YV2.pdb -O YV2.sdf
). I loaded the SDF file into PyMOL along with 8G9P to ensure the molecules match identically, and they do with the exception of a few extra double bonds added in linear sections of the ligand (inspired by theMismatch between PDB and SDF ligands. Determining bond types with OpenBabel...
warning). I've included all files relevant to my work here for you to mirror my error (hopefully, anyway).I look forward to hearing from you regarding this issue.
Kind regards,
Jacob
masif_neo_issue.tar.gz
The text was updated successfully, but these errors were encountered: