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
mol = mdt.from_smiles('CCCC') print mol.write('pdb')
Gives
HETATM 1 C0 UNL 1 0.928 -0.017 -0.007 0.00 0.00 C [...] HETATM 14 H9 UNL 1 0.809 2.183 1.709 0.00 0.00 H END
But we expect a CONECT section ... at least for the HETATMs
The text was updated successfully, but these errors were encountered:
Implemented moldesign._tests.test_topology_preserved_in_serialization, which for now only has SDF bonds working correctly ...
moldesign._tests.test_topology_preserved_in_serialization
Sorry, something went wrong.
Get CONECTs to work with arbitrary serial numbers (part of #138)
9206984
avirshup
No branches or pull requests
Gives
But we expect a CONECT section ... at least for the HETATMs
The text was updated successfully, but these errors were encountered: