Skip to content
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

Running calculate_mpdockq.py with only PDB #341

Closed
busrasavas opened this issue May 16, 2024 · 1 comment · Fixed by #347
Closed

Running calculate_mpdockq.py with only PDB #341

busrasavas opened this issue May 16, 2024 · 1 comment · Fixed by #347

Comments

@busrasavas
Copy link

Hi,
I'm trying to use your calculate_mpdockq.py for the calculation of pdockq scores of complexes with multiple chains. However I only have PDB files with pLDDT scores stored in b-factor column. This might be a silly question, but could you kindly explain to me why we need ranking_debug.json and .pkl files to obtain pLDDT? Also, would it be convenient to update the code so it can find the best pLDDT over the b-factor column?

Best regards,
Büşra

@dingquanyu
Copy link
Collaborator

Hi,

It's easier for the programme to reconstruct the numpy matrix by reading from the pickle files given how the pae values are stored in these files. But indeed reading directly from PDB file b-factor column would save the programme from unnecessary reading many files. I will take a look to see I can improve this step.

Yours
Dingquan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants