-
Notifications
You must be signed in to change notification settings - Fork 34
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
data input rescore #69
Comments
You can find exemple dataset files in test_data. In particular: fpocket3.ds and concavity.ds. There is one column ( Predictions of which binding site prediction tool are you trying to rescore? Fpocket, Concavity or something else entirely? |
fpocket and ghecom, thank you for the fast response. |
fpocket should work, although I haven't tested it with 4.x versions. Are you using the latest version of fpocket? Support for rescoring ghecom was never implemented. However, I was thinking about imlementing a universal input format for rescoring: a simple csv file with pocket centers. Would it help you? |
I used fpocket 4.1.4, I get this error: P2Rank 2.5.0-dev.3 [INFO] Console - processing [1a28_deposited_refined_prot_out.pdb] (1/1) processing [1a28_deposited_refined_prot_out.pdb] (1/1) Yes i think that can be usefull! But then I would need to calculate pocket centers from the ghecom output, as they are not given in the output. |
Looks like there is a bug that needs to be fixed. Could you attach fpocket output files that are giving you the error, at least for 1a28?
Yes exactly. |
1a28_deposited_refined_prot_out_pdb.txt |
@ClaraVanM sorry for the delay. If it is still relevant, you can try if the release 2.4.2 (https://github.com/rdk/p2rank/releases/tag/2.4.2) works in your case. It containes updated support for loading fpocket predictions. Also please check if your dataset file has the right format (example: https://github.com/rdk/p2rank/blob/develop/distro/test_data/fpocket.ds). |
I get this error when trying to run prank rescore: "Dataset must contain 'protein' and 'prediction' columns!"
What is the format that the input needs to have?
The text was updated successfully, but these errors were encountered: