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

dockonsurf / modules / isolated.py @ f3004731

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

# Date Auteur Commentaire
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