Commit | Date | |
---|---|---|
[r13412]
by
bugman
The structure.load_spin user function window spin ID field is now a combo box defaulting to '@N'. This is in the wizard base page spin_id_element() method and the choices are currently '@N' and |
2011-07-04 09:29:19 | Tree |
[r13411]
by
michaelbieri
Argument change_all for deselecting residues in the d'Auvergne protocol has to be boolean. |
2011-07-03 23:15:43 | Tree |
[r13410]
by
bugman
The spin viewer now updates and shows nothing if all data has been deleted from relax. |
2011-07-01 20:51:20 | Tree |
[r13409]
by
bugman
All data pipes associated with an analysis are deleted when that analysis is closed. |
2011-07-01 20:48:17 | Tree |
[r13408]
by
bugman
The spin count in the auto NOE analysis page is now updated when a user function completes. |
2011-07-01 20:44:37 | Tree |
[r13407]
by
bugman
Created the prune_mol(), prune_res(), and prune_spin() Mol_res_spin_tree methods to prune the tree. |
2011-07-01 20:32:54 | Tree |
[r13406]
by
bugman
Created 3 new fns, get_molecule_ids(), get_residue_ids(), and get_spin_ids(). These return lists of molecule, residue, and spin ID strings. |
2011-07-01 20:22:25 | Tree |
[r13405]
by
bugman
The residues and spins in Mol_res_spin_tree are now only created if they are new. |
2011-07-01 19:58:23 | Tree |
[r13404]
by
bugman
Molecules are now handled differently in Mol_res_spin_tree if the already exist or not. New molecules are added to the tree while old ones are left alone. |
2011-07-01 19:46:13 | Tree |
[r13403]
by
bugman
Split up the Mol_res_spin_tree.update() method into separate methods for molecule, residues, and spins. |
2011-07-01 19:28:28 | Tree |