Fix PQR file output
authorPaul Bauer <paul.bauer.q@gmail.com>
Tue, 22 May 2018 15:01:20 +0000 (17:01 +0200)
committerErik Lindahl <erik.lindahl@gmail.com>
Wed, 6 Jun 2018 08:24:41 +0000 (10:24 +0200)
commitb0f4bf1d0a83e6bf095d3e557d3a160fe9fac8fc
treedabd66c7237865c40f5dac52e605c720b1dc63e2
parentc17474b3a82a544b5a145baf73285e7c321495ed
Fix PQR file output

PQR files from editconf were always written as fixed format PDB files
with just the field information added. As pointed out in the linked
redmine, this can violate the PQR file standard if the field lengths are
too long, even though the file would still be a valid PDB.

This adds a slightly different form of the writeout that has a flexible,
PQR conform format.

Fixes #2511

Change-Id: I626380b642a0214970753da289e9c969ce411ea7
docs/release-notes/2018/2018.2.rst
src/gromacs/fileio/confio.cpp
src/gromacs/fileio/pdbio.cpp
src/gromacs/fileio/pdbio.h
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/gmx_do_dssp.cpp
src/gromacs/gmxana/gmx_editconf.cpp