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

dockonsurf / modules / dos_input.py @ 54be2a9e

Historique | Voir | Annoter | Télécharger (22,81 ko)

# Date Auteur Commentaire
a5c74494 01/05/2020 17:49 Carles Marti

Revert "Changed rmsd for rms"

This reverts commit 5571316d

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.

5571316d 25/04/2020 11:29 Carles Marti

Changed rmsd for rms

0e83e6a6 21/04/2020 19:43 Carles Marti

Improved the documentation of the consequent docstrings

95dc2c8e 21/04/2020 19:22 Carles Marti

Included, the necessity to specify the molecule file to be adsorbed, in the input.

d8a6314e 21/04/2020 11:06 Carles Marti

Moved the printing of input variables from dockonsurf.py to dos_input.py

8887f41d 14/04/2020 18:23 Carles Marti

Refactor file dos_input.py, every option is read and checked its value with a specific function for the purpose.
Included the possibility to run the file as standalone program.

9f7bb440 11/04/2020 20:42 Carles Marti

Increase of the input errors that get caught by the program, change how the logger is setup, its message format and how it is organized internally.

79e3db42 11/04/2020 20:38 Carles Marti

Reformat files and extend documentation

b606c71a 11/04/2020 20:18 Carles Marti

Moved the input file option from 'Global' to each relative section and changed the values of options to non-default ones.

8949edd0 09/04/2020 19:35 Carles Marti

Reformat and cleaning the code for improved readability and adequate it to PEP 8 conventions.

5cc4994b 09/04/2020 19:32 Carles Marti

Include errors in the log, improved error handling by catching new errors.

b77be9ad 09/04/2020 18:54 Carles Marti

Written the docstrings to document the code following the PEP 257 conventions

b5b2af64 09/04/2020 13:09 Carles Marti

Possible errors are now printed in both the screen and the log file. More errors are now handled properly.

a02c931d 07/04/2020 20:40 Carles Marti

Added error handling functionality to input str2lst function

ec35a9b4 07/04/2020 15:19 Carles Marti

Refactoring code by creating modules directory and moving dos_input.py into it.