We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2bf069d
Removed a warning about the strncpy length.
c3a170c
4ff41e3
Added the long versions of the residue numbers and chain ids to the hssp file format.
f9b7a0e
Adds a bugfix, that allows mkdssp and mkhssp to work with large mmCIF files.
261d642
Fixes a bug occurring with PDB_REDO files. They have a slightly different SSBOND record.
fb0eb7c
Makes sure gzip is used even if bzip2 is missing.
910a35e
Replaced an useless expression to a useful one. in src/hssp-nt.cpp:478.
6e3304a
Changed the hssp3 to hssp1 converter, (hsspconv) so that it adds an extra line SCHAIN, listing the chains that are the same.
09f3e22
1b90222
The boost tr1 library was no longer in boost, so we replaced the tr1 tuples with c++ std tuples.