Commit | Date | |
---|---|---|
[r10429]
by
bugman
An additional function is added, that converts a string (such as 'xxx * e-1') into a float. This convert_string_to_float_patch file was attached to https://gna.org/task/?6847 by Michael This function is used to read in bond length or csa values set in settings window as float values. The following changes were made to the patch: |
2010-01-27 10:16:22 | Tree |
[r10428]
by
bugman
If no residues are selected to get excluded from analysis (modelfree), an empty file will be created. This create_empty_unresolved_file_patch file was attached to https://gna.org/task/?6847 by Michael |
2010-01-27 10:03:28 | Tree |
[r10427]
by
bugman
Successful relax calculation will be displayed in relaxGUI Log Window and not as a pop-up. This feedback_after_calc_patch file was attached to https://gna.org/task/?6847 by Michael Bieri Replaced: relax_run_ok() to print ''. |
2010-01-27 09:58:46 | Tree |
[r10426]
by
bugman
Manually applied the import_global_relax_settings_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri Values set in the Settings Window are now imported into model-free calculation. Settings are: Bond length, CSA value, Proton (specify label of proton in PDB file), minimisation In addition, system output is redirected to the Log Window. Note that much of this is will change when using the relax data store. |
2010-01-27 09:49:58 | Tree |
[r10425]
by
bugman
Manually applied the import_math_wx_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri Python modules wx and math are imported inti calc_modelfree.py. The wx module is required to update the Log Window and the math to make exponential calculations. |
2010-01-27 09:44:22 | Tree |
[r10424]
by
bugman
Manually applied the more_input_start_model_free_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri |
2010-01-27 09:37:01 | Tree |
[r10423]
by
bugman
Manually applied the redirect_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri The new class has been copied and pasted to the bottom of the module, and the comment above the |
2010-01-27 09:35:00 | Tree |
[r10422]
by
bugman
Fixed the calls to filedialog.openfile() in the auto model-free protocol. The cwd is now opened by default for each of the '+' buttons. |
2010-01-27 08:31:05 | Tree |
[r10421]
by
bugman
Converted to state_load() to use the relax data store. The data store is first reset, and then the state loaded. For some reason, the text fields do not |
2010-01-26 21:19:50 | Tree |
[r10420]
by
bugman
Deleted the sel_aic() and sel_bic() methods as they have been shifted to analyses.auto_model_free. |
2010-01-26 20:21:32 | Tree |