Electrostatics / pdb2pqr

PDB2PQR - determining titration states, adding missing atoms, and assigning charges/radii to biomolecules.
http://www.poissonboltzmann.org/
Other
124 stars 34 forks source link

The PDB2PQR is not generating a .in file and is not enabling me to use the "use results on APBS" option #215

Closed leofrancalima closed 3 years ago

leofrancalima commented 3 years ago

Dear APBS server team,

I hope this find you well,

I'm using the online server for pdb2qr and APBS calculations.

When I submit my .pdb file to pdb2qr, the program run and finally return the "complete" comunication. However, just the respective .json, .txt, .log and .stdout.txt outputs are returned, without the generation of the .in file and without enabling the "use results on APBS" icon.

What can be wrong?

Thank you so much in advance. Looking forward for your reply.

Sincerely, Leonardo.

leofrancalima commented 3 years ago

Oh, Still about the message above:

The .pqr file (the most important on this calculation) isn't being generated either. My job ID is rg9wf29e09.

Thank you so much.

sobolevnrm commented 3 years ago

@Eo300 can you please look into this? Thanks.

Eo300 commented 3 years ago

Hi @leofrancalima, after looking into your issue, it appears that the REMARK line in your PDB input is causing the parsing to fail. According to the format, columns 8-10 of a REMARK should be a reference number, which would be an integer of your choosing.

Example:

REMARK some text about this file      # Will cause parsing error
---
REMARK 1  some text about this file   # No parsing error. Note the two spaces after the '1' since PDB2PQR examines all non-whitespace text in columns 8-10

Your calculation should continue as expected after making this change to your PDB file, producing the output files you're looking for as well.

If these steps don't resolve your issue or you run into more troubles, please let us know. Thanks!

leofrancalima commented 3 years ago

Dear Elvis,

Thank you so much for your response. I have already removed this line from the PDB and the process has been carried out correctly.

Thank you again,

Sincerely,

Leonardo Lima.

Em seg., 2 de ago. de 2021 às 14:21, Elvis @.***> escreveu:

Hi @leofrancalima https://github.com/leofrancalima, after looking into your issue, it appears that the REMARK line in your PDB input is causing the parsing to fail. According to the format http://www.wwpdb.org/documentation/file-format-content/format33/remarks.html, columns 8-10 of a REMARK should be a reference number, which would be an integer of your choosing.

Example:

REMARK some text about this file # Will cause parsing error

REMARK 1 some text about this file # No parsing error. Note the two spaces after the '1' since PDB2PQR examines all text in columns 8-10

Your calculation should continue as expected after making this change to your PDB file, producing the output files you're looking for as well.

If these steps don't resolve your issue or you run into more troubles, please let us know. Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Electrostatics/pdb2pqr/issues/215#issuecomment-891197920, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMR2VUKNZY4V5WCM6KZQ4OTT23HYJANCNFSM5BKIXQKQ .