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

dockonsurf / modules / clustering.py @ 58ede1f9

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

# Date Auteur Commentaire
c492296f 24/11/2020 18:03 Carles Martí

Corrected import statement.

78fcb188 19/11/2020 17:58 Carles Martí

Included warnings in log file.

8e31f746 17/09/2020 14:30 Carles Marti

corrected bug: All warnings were treated as exceptions. Moved the warnings.filterwarnings("error") inside get_exemplars_affty function to make only the AffinityPropagation warning to be caught as an exception and further registered in the log.

f6431316 17/09/2020 10:14 Carles Marti

Catch AffinityPropagation warning and include it in the DockOnSurf logger.

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