Closed BioLaoXu closed 3 years ago
Thanks a lot for using our method! Actually, I checked your file and did not find obvious bugs for your pdb files. This error is raised by rdkit because of your pdb format problem. I have two suggestions for you that may help your: 1 Try to use first few residues to build a pdb to see if that works or not. If that works, that mean some lines in your file has some problems. 2 Post your issue here https://github.com/rdkit/rdkit to see if they can find out any bugs for your pdb files.
thanks,@wang3702, By the way, if the GNN_DOVE run is successful, is there any way to get the structure of the receptor-ligand complex pdb file.
I think you can use the dataset we used in our paper: Zdock benchmark or Dockground Benchmark.
Dear developers,GNN_DOVE is pretty cool tool for docking protein-complexes,traditional docking methods are too slow(auto-dock vina or zdock etc),I have successfully downloaded and deployed your software in centos7(GPU RTX 3090),then i test it with official '"correct.pdb",The software runs very quickly and successfully,just like bellow:
and then,I then input it from my own PDB files that genarate from MODELLER 10.1,i use the sub-tool pdb-tool(pdb_rplchain) change the chain ID for the two raw pdb files(set alpha.pdb with chain A and set beta.pdb with chain B ),then i run the GNN_DOVE with many protein-complexes model(only put alpha.pdb and beta.pdb in./test/),but an error occurred,just like bellow:
there is my two pdb files(Set the txt suffix just for upload github), alpha.pdb.txt beta.pdb.txt In addition,i use the pdb_merge tools merge tow pdb files into one pdb file ,then testing the GNN_DOVE,an error occurred,lust like bellow:
In the end, i check the difference between official '"correct.pdb" and my own alpha.pdb and beta.pdb and ab.pdb,i found that official '"correct.pdb" has an extra column of information,just like bellow:
So my question is that how to correctly prepare the input file format of GNN_DOVE, or how to convert my pdb format to official '"correct.pdb" format ,howerer maybe there are no residue in my case after filtering ,Looking forward to your reply ,thanks!