Skip to content

Releases: lightdock/lightdock-python2.7

Release 0.7.1

30 Aug 09:27
Compare
Choose a tag to compare

This release contains new features:

  • It is possible now to specify only restraints in the ligand partner.
  • Protein-DNA docking protocol has been tested and fixed, including a memory leak in the scoring function and the clustering BSAS post-script.
  • Support in fastdfire for membrane beads (MMB) for explicit membrane docking.

Release 0.7.0

24 May 16:06
c1f6ed5
Compare
Choose a tag to compare

Changes on this release have been tracked in the following issues:

  • Check atoms in PDB parser (#18), which also adds the new flags to setup --noh, --verbose_parser and fixes the behavior of --noxt flag.
  • Fix for bug in ANM calculation which was not using parsed structures (#19).
  • Implementation for all the available scoring functions of the restraints mechanism (#20).
  • Tests for all the post scripts (#21).
  • DNA scoring function has been also updated and now supports residue restraints (#22). DNA scoring function is still under development.

Release 0.6.0

27 Feb 13:05
Compare
Choose a tag to compare

Residue restraints support, ANM model can be disabled for specific partners, post-filtering with diverse restraint source.

Release 0.5.6

10 Jan 17:34
Compare
Choose a tag to compare
  • More comprehensive documentation has been added, specially for residue restraints support (see 4G6M example).
  • A script for executing parallel tasks has been added (Ant-Thony).

Release 0.5.5

17 Dec 13:34
Compare
Choose a tag to compare

This release adds support for active and passive residue restraints. Both active and passive residues are used for filtering out swarms (receptor) and pre-orienting ligand poses to face restraints on receptor surface. Active residues are only used during the scoring of a given pose, which adds the percentage of satisfied restraints to the energy.

Release 0.5.4

11 Dec 16:48
Compare
Choose a tag to compare
Release 0.5.4 Pre-release
Pre-release

Change log:

  • Fixed quaternion random orientations to be biased when restraints on both receptor and ligand applies.
  • Minor fixes

Release 0.5.3

08 Oct 15:19
Compare
Choose a tag to compare
  • Multiple performance updates contributed by @Kintukp
  • More tests on restraints support

Release 0.5.2

05 Oct 11:34
Compare
Choose a tag to compare

Full restraints support in both receptor and ligand has been implemented

  • Restraints are specified as residues using the original numeration from the PDB input structures.
  • Total number of swarms is filtered on the distance to residues in the receptor surface.
  • During the simulation, the energy is biased depending on the percentage of restraints satisfied.
  • The script lgd_filter_restraints.py is intended for filtering out structures predicted which don't satisfy the input restraints.

Release 0.5.1

27 Aug 14:01
9ebcd3f
Compare
Choose a tag to compare

Receptor distance restraints implemented as a pre-filter of closest swarms to interesting residues.

Release 0.5.0

03 Jun 18:33
Compare
Choose a tag to compare

This is a release which with no backward compatibility with previous versions.

It includes a new setup step, lightdock_setup command, previous to running the simulation.

Please, refer to the new documentation for more details.