We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, atom lines are ignored 😭 if AltLoc is not ' ' (space), 'A' or '1'? https://github.com/rdkit/rdkit/blob/a44cbe86994583da3a828bed3df97804ef48fb59/Code/GraphMol/FileParsers/PDBParser.cpp#L62-L64
A check somewhere near this might be helpful:
Meeko/meeko/linked_rdkit_chorizo.py
Lines 1418 to 1430 in 904f6a2
It seems like prody's parsePDB also defaults to ' ' or 'A'
The text was updated successfully, but these errors were encountered:
closing as fixed by #186
Sorry, something went wrong.
diogomart
No branches or pull requests
Currently, atom lines are ignored 😭 if AltLoc is not ' ' (space), 'A' or '1'?
https://github.com/rdkit/rdkit/blob/a44cbe86994583da3a828bed3df97804ef48fb59/Code/GraphMol/FileParsers/PDBParser.cpp#L62-L64
A check somewhere near this might be helpful:
Meeko/meeko/linked_rdkit_chorizo.py
Lines 1418 to 1430 in 904f6a2
We can print the atom PDB line if unexpected AltLoc is encountered, and a warning message that this atom will not go through Chem.MolFromPDBBlock
It seems like prody's parsePDB also defaults to ' ' or 'A'
The text was updated successfully, but these errors were encountered: