-
Notifications
You must be signed in to change notification settings - Fork 87
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
Converting Predicted Output To PDB File #18
Comments
This would be really helpful. I have no idea how to interpret the content of the tertiary file. Is there some documentation? |
Hi, I found myself in the same situation and created a small R script that converts tertiary files to PDB format. It seems to be enough to visualize predictions in Pymol. Probably @alquraishi has a better script to do a more complete/better conversion, but feel free to use/edit if you find it useful meanwhile. https://github.com/lafita/rgn/blob/master/data_processing/tertiary2pdb.R I used the documentation here: https://github.com/aqlaboratory/proteinnet/blob/master/docs/proteinnet_records.md |
Does the script 'https://github.com/lafita/rgn/blob/master/data_processing/tertiary2pdb.R' can convert more atoms besides 'N', 'CA', 'C'? |
Only those three backbone atoms are predicted by the RGN model. To include side-chains you would need to use another software like Rosetta. |
@lafita Hi, I would like to ask how to convert the pdb file into a cif file? Or to convert a tertiary file into a cif file? |
Conversion of PDB to mmCIF format should be straightforward and there are many tools that can do that. For example you can open the PDB file in Pymol and save it as mmCIF or use this website: https://mmcif.pdbj.org/converter |
@lafita Thank you so much |
@Inspriatio Hi, I think you have been success in doing predition with RGN. Can you please help me with the prediction stage. |
|
Thanks for the reply, I did almost the same as you do. I checked the difference of .tfrecord files in validating directory which I can get results when put in testing directory, and newly generated by myself. I found a lack of tertiery field in my file. I wonder whether this field presents in your .tfrecord file?
|
Hi, can you check the log output in baseDirectory/logs after running protling.py? I also had some problems in the beginning and it gave me the right hints. In my case I had to switch to tensorflow-gpu and set some environment variables that the gpu is found. |
I checked log. It correctly found the gpu. I can also found its process on gpu when it was running. I really can not find valuable information in the log. It just finiahed with a normal exit but without any prediction. |
I want know why when I execute jackhmmer.sh it will tell me |
Do you have a script lying around that converts the predicted output to a PDB file?
The text was updated successfully, but these errors were encountered: