Statistiques
| Branche: | Tag: | Révision :

dockonsurf / modules / clustering.py @ 1e9e784d

Historique | Voir | Annoter | Télécharger (8,59 ko)

# Date Auteur Commentaire
f21c2c1c 04/08/2020 14:02 Carles Marti

Updated random_state argument of AffinityPropagation calling to mute warning after update of scikit-learn v0.23.

695dcff8 26/06/2020 09:19 Carles Marti

Added punctuation marks at the end of every log messages.

d0939bb2 09/06/2020 18:22 Carles Marti

When clustering does not converge return every point as exemplar.

05464650 08/06/2020 19:33 Carles Marti

Corrected the extraction of MOI from a list of mol objects. For the plotting of graphs in clustering.py renamed boolean var debug to plot and added a check-backup on the plot file. Removed useless chunk on isolated.py.

f8c4eafe 07/06/2020 20:46 Carles Marti

Implemented function to read energies of a set of finished calculations. Implemented auxiliary function equivalent to bash tail. Reformat blank spaces and add TODO lines

fff3aab1 07/06/2020 17:42 Carles Marti

Moved get_rmsd from isolated.py to clustering.py and changed its functionality, now it expects a list of mol objects instead of a single mol object with multiple conformers in it.

db7349af 11/05/2020 23:14 Carles Marti

Raise an error if clustering does not converge

680944e4 11/05/2020 22:50 Carles Marti

Included printing the number of conformers generated and reformat documentation in isolated.py

75325cc3 10/05/2020 20:10 Carles Marti

Implemented clustering for Affinity matrices

bf219e2b 01/04/2020 16:47 Carles Marti

Start v2 from scratch

86112fec 02/10/2019 16:50 Marti Aliod Carles

Initial files