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

dockonsurf / modules / calculation.py @ c3cb279a

Historique | Voir | Annoter | Télécharger (3,97 ko)

# Date Auteur Commentaire
c3cb279a 23/05/2020 18:32 Carles Marti

The former create_bak_calc_dir function, now called check_bak, has generalized its behavior by checking if a file or directory exists and if so backs it up to a .bakX where X is a number such that bakX does not already exist.

7fd58762 19/05/2020 23:54 Carles Marti

Included 'project_name' on global mandatory options, corrected missing parentheses on str.capitalize method.

99afde40 19/05/2020 23:02 Carles Marti

Added the submission of jobs to the SGE batch queuing system

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

fee6b1f6 11/05/2020 23:27 Carles Marti

Corrected argument of prep_iso and improved code documentation

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

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