Skip to content

Releases: cmbi/hssp

3.1.5

24 Feb 11:41
Compare
Choose a tag to compare

Removed a warning about the strncpy length.

3.1.4

14 Nov 12:52
Compare
Choose a tag to compare
  • Replaced the deprecated boost::split_regex by boost::regex_token_iterator.
  • Made sure that configuration script fails if boost is missing

3.1.0

07 Nov 14:02
4ff41e3
Compare
Choose a tag to compare

Added the long versions of the residue numbers and chain ids to the hssp file format.

3.0.10

21 Aug 07:43
f9b7a0e
Compare
Choose a tag to compare

Adds a bugfix, that allows mkdssp and mkhssp to work with large mmCIF files.

3.0.9

26 Jul 07:34
Compare
Choose a tag to compare

Fixes a bug occurring with PDB_REDO files. They have a slightly different SSBOND record.

3.0.8

10 May 10:29
fb0eb7c
Compare
Choose a tag to compare

Makes sure gzip is used even if bzip2 is missing.

3.0.7

02 Apr 06:29
Compare
Choose a tag to compare

Replaced an useless expression to a useful one. in src/hssp-nt.cpp:478.

3.0.6

07 Mar 08:41
6e3304a
Compare
Choose a tag to compare

Changed the hssp3 to hssp1 converter, (hsspconv) so that it adds an extra line SCHAIN, listing the chains that are the same.

3.0.5

11 Oct 09:17
Compare
Choose a tag to compare
  • Removed several unused variables and preprocessor directives.
  • Made libzeep optional in the configuration. If libzeep is missing, then --fetch-dbrefs is disabled.
  • Made the progress module always use std::atomic.

3.0.3

27 Sep 09:26
Compare
Choose a tag to compare

The boost tr1 library was no longer in boost, so we replaced the tr1 tuples with c++ std tuples.