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

dockonsurf / modules / isolated.py @ bf33f563

Historique | Voir | Annoter | Télécharger (7,12 ko)

# Date Auteur Commentaire
a44ad3c2 22/11/2020 19:58 Carles Martí

Raise an error if no configurations are generated at the Screening stage. Corrected fallback value of collision_threshold option in input file.

365d5b9a 05/10/2020 11:09 Carles Marti

Corrected bug when pre_opt was set to false, the default value of force_field parameter, in pre_opt_confs function, was 'MMFF' (in capitals) while inside the function it was compared to 'mmff' (in lower).

9062afa6 29/09/2020 12:30 Carles Marti

Added random seed to EmbedMultipleConfs to enable reproducibility

3a46e515 06/08/2020 15:36 Carles Marti

Removed unnecesary statements

ad57fd42 04/08/2020 13:36 Carles Marti

Corrected typos and letter case errors.

4670488d 31/07/2020 15:30 Carles Marti

Changed min_confs option name to pre_opt which accept a turn_false_answer, uff and mmff.

90819cc3 30/06/2020 17:35 Carles Marti

Included extra arguments for the proper working of special atoms.

14f39d2a 30/06/2020 15:57 Carles Marti

Added logging entries at the beginning and end of each section.

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

Added punctuation marks at the end of every log messages.

d4bedc18 17/06/2020 11:18 Carles Marti

Function get_surf_norm_vect returns a numpy.ndarray instead of a list. Function get_pts_per_angle checks that the number of points per angle to be positive. Added TODO on get_moments_of_inertia

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.

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.

9324a38a 04/06/2020 18:30 Carles Marti

Add hydrogen atoms before the conformer generation.

826f0462 04/06/2020 16:59 Carles Marti

Added hidden files to .gitignore and Changed Information displayed on the log for the MMFF Opt.

bd573212 04/06/2020 10:11 Carles Marti

Added fallback value for project_name in dos_input.py. Included log messages for submitted jobs on calculation.py, added TODO tasks and changed documentation on all three files.

f3004731 18/05/2020 21:42 Carles Marti

Moved confs_to_mol_list function from isolated.py to formats.py module and generalised the calculations functions to be able to work with no matter which kind of calculation

3d6a9d3c 11/05/2020 23:14 Carles Marti

Created calculation.py module and moved prep_run from isolated.py to it

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

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

fab7b517 11/05/2020 21:27 Carles Marti

Removed redundant UFF optimization, corrected type on conformer index in the writing of XYZ file and added debugging functionality for clustering.

15be7594 11/05/2020 21:23 Carles Marti

Changed import statements and added shebang to increase portability

a9b058a5 10/05/2020 23:48 Carles Marti

Extended documentation of run_isolated and prep_run

fd33bfdb 10/05/2020 23:29 Carles Marti

Implemented function to prepare the runs and reorganized the checks for using or not energy minima as conformers

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

Implemented clustering for Affinity matrices

54be2a9e 09/05/2020 08:53 Carles Marti

Moved adapt_format to be available in all module and catching an error on get_rmsd when its argument is not valid.

34a03ee1 03/05/2020 18:19 Carles Marti

Retrieve relevant magnitudes for clustering by calling the relative functions

62576f52 03/05/2020 17:55 Carles Marti

mmff_opt_confs function allows to carry out single point energy calculations if max_iters is set to 0.

92924d24 03/05/2020 11:55 Carles Marti

Split the generation of conformers and computation of their rmsd in two different functions. Added new functions to obtain the conformers moment of inertia and to optimize them using MMFF force field.

9e83b5a1 01/05/2020 17:54 Carles Marti

Changes rms to rmsd of new files

b1f6e69d 28/04/2020 16:11 Carles Marti

Extended gen_confs documentation and incorporated the possibility to choose whether molecule conformers should be minimum energy conformers or not.

5c70d6c6 27/04/2020 20:55 Carles Marti

Changed the way RMS between two conformers gets calculated. Now the RMS is performed by not considering hydrogens bonded to carbons but it does consider hydrogens bonded to all other atoms or not bonded at all.

4614bb6a 25/04/2020 11:26 Carles Marti

Created a module for each stage of DockOnSurf and started developing the isolated one