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
import MDAnalysis as mda u = mda.Universe(top, trj) In [3]: u.residues[0].resid = 123456789 In [4]: u.residues[0].atoms.write('out.gro') In [5]: more out.gro Written by MDAnalysis 19 12345MET N 1 5.202 4.356 3.155 ....
The text was updated successfully, but these errors were encountered:
Added tests for issue #1395
964c22c
Changed coordinate writers to use ltruncate_int
110ba7c
Fixes issue #1395
6a5fa2c
abd205b
richardjgowers
No branches or pull requests
Code to reproduce the behaviour
The text was updated successfully, but these errors were encountered: