Skip to content

Releases: tubiana/TTClust

TTClust 4.10.3

24 Mar 13:11
1764000
Compare
Choose a tag to compare

Include small bugs fix and code to remove/check warnings.

Small bug on the dendrogram graph fixed

10 Nov 12:42
Compare
Choose a tag to compare

The new version of matplotlib causes a bug with the dendrogram graph. It is now fixed

4.10.0

01 Jun 08:46
Compare
Choose a tag to compare

This version correct a bug introduced in 4.8.4 that caused an issue in the RMSD distance matrix.

4.9.0

04 Mar 21:52
Compare
Choose a tag to compare
  • Numpy matrix file names are now hashed with MD5 if the name is too long
  • The alignment is now included in the linkage matrix filename.

4.8.4

08 Feb 15:54
Compare
Choose a tag to compare

Bug fixed with distance matrix calculation

New RMSD Calculation

08 Nov 12:32
Compare
Choose a tag to compare

MDTraj's RMSD function realigns the protein which is incompatible with the -sa argument.

The RMSD is now calculated by a homemade implementation to combine with Numba for faster calculation (but still a little slower than MDTraj).

4.7.4

22 Sep 09:16
Compare
Choose a tag to compare

Two new arguments added:

  • axis to force "Frame" label in the barplot axis (use -axis frame)
  • limitmat to decrease the trajectory size limit to generate the distance matrix. It is now 100000000 but if the distance matrix is too long to generate, you can just decrease this limit with -limitmat 10000

TTClust 4.7.3

10 Sep 07:46
Compare
Choose a tag to compare

The version 4.7.3 contains several bugfixes.

TTClust 4.7.0

14 May 08:20
Compare
Choose a tag to compare

2 new functionalities:

  • multiple trajectories reading (trajectories will be concatenated).
    To read multiple trajectories, just add them after the "-f" argument (like "-f traj1.xtc traj2.xtc" or "-f traj*.xtc)
  • striding (read every *th frames) with the "-s" argument ("-s 10" to read every 10th frames)

TTClust 4.6.9

01 Sep 19:38
Compare
Choose a tag to compare

bug fixe in saving the representative frame