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

Most output formats destroy non-standard bond information #138

Open
avirshup opened this issue Feb 28, 2017 · 1 comment
Open

Most output formats destroy non-standard bond information #138

avirshup opened this issue Feb 28, 2017 · 1 comment
Assignees
Labels

Comments

@avirshup
Copy link
Contributor

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

@avirshup avirshup self-assigned this Feb 28, 2017
@avirshup avirshup added the bug label Feb 28, 2017
@avirshup
Copy link
Contributor Author

Implemented moldesign._tests.test_topology_preserved_in_serialization, which for now only has SDF bonds working correctly ...

@avirshup avirshup changed the title Output PDBs missing CONECT records Most output formats destroy bond information Feb 28, 2017
@avirshup avirshup changed the title Most output formats destroy bond information Most output formats destroy non-standard bond information Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant