Menu

SVN archive Commit Log


Commit Date  
[r18861] by bugman

The frame order PDB representation and visualisation script are now created after optimisation.

This is for the frame order auto-analysis. The optimise() method has therefore been renamed to
nested_models() as it now does more than just optimisation.

2013-03-18 14:53:07 Tree
[r18860] by bugman

Merged revisions 18847-18859 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r18847 | bugman | 2013-03-18 13:19:29 +0100 (Mon, 18 Mar 2013) | 11 lines

Added a comment to the output from value.display and value.write to describe the parameter.

This idea is discussed at http://thread.gmane.org/gmane.science.nmr.relax.user/1428.

The idea is to take the parameter description from the specific analysis API and add it to the top
of the file or output. This is to help understand what the Rex value are. For example for the Rex
parameter the first line would be:

# Parameter description: Chemical exchange relaxation (sigma_ex = Rex / omega**2).
........
r18848 | bugman | 2013-03-18 13:34:02 +0100 (Mon, 18 Mar 2013) | 8 lines

Created the Structure.test_read_merge system test to test a new concept - merging of structures.

The idea is to add the merge argument to the structure.read_pdb user function to allow two different
structures in two PDB files to be merged. This is useful if structures of individual domains have
have been solved separately and are located in two PDB files. Then with the merge flag, you will
not need to use and external program or hand edit PDB files to join them.
........
r18849 | bugman | 2013-03-18 13:41:23 +0100 (Mon, 18 Mar 2013) | 5 lines

Added the merge flag to the structure.read_pdb user function.

This currently does nothing.
........
r18850 | bugman | 2013-03-18 13:42:16 +0100 (Mon, 18 Mar 2013) | 3 lines

Docstring fix for the structure.read_pdb user function backend.
........
r18851 | bugman | 2013-03-18 13:51:56 +0100 (Mon, 18 Mar 2013) | 5 lines

The merge flag for the structure.read_pdb user function is now propaged to the pack_structs() method.

This structure API method calls the ModelList.merge_item() method which is yet to be implemented.
........
r18852 | bugman | 2013-03-18 13:56:17 +0100 (Mon, 18 Mar 2013) | 6 lines

The MolList.add_item() structural API method now returns the added molecule container.

This is used by the pack_structs() method to alias the molecule, and will be required when structure
merging is implemented.
........
r18853 | bugman | 2013-03-18 14:10:36 +0100 (Mon, 18 Mar 2013) | 3 lines

Replaced many instances of the tab character '\t' with 4 spaces.
........
r18854 | bugman | 2013-03-18 14:25:05 +0100 (Mon, 18 Mar 2013) | 3 lines

Fix for a copy and paste error in the Structure.test_read_merge system test.
........
r18855 | bugman | 2013-03-18 14:48:13 +0100 (Mon, 18 Mar 2013) | 5 lines

Fixes for all the Ap4Aase truncated PDB files.

The atom numbers are now sequential, as defined by the PDB standard.
........
r18856 | bugman | 2013-03-18 14:48:59 +0100 (Mon, 18 Mar 2013) | 5 lines

Implemented the merging of structural objects.

This allows the merge flag of the structure.read_pdb user function to work.
........
r18857 | bugman | 2013-03-18 15:18:36 +0100 (Mon, 18 Mar 2013) | 3 lines

Fixes for the test suite for the changes to the Ap4Aase PDB file atom numbering at r18855.
........
r18858 | bugman | 2013-03-18 15:27:56 +0100 (Mon, 18 Mar 2013) | 5 lines

Bug fix for the structural data consistency test in the pack_structs() structural API method.

The index was not correct causing failures in certain rare cases.
........
r18859 | bugman | 2013-03-18 15:31:04 +0100 (Mon, 18 Mar 2013) | 5 lines

The printouts from the structure.read_pdb user function are now different with the merge flag set.

The text now says that the molecules are being merged rather than added.
........

2013-03-18 14:35:04 Tree
[r18859] by bugman

The printouts from the structure.read_pdb user function are now different with the merge flag set.

The text now says that the molecules are being merged rather than added.

2013-03-18 14:31:04 Tree
[r18858] by bugman

Bug fix for the structural data consistency test in the pack_structs() structural API method.

The index was not correct causing failures in certain rare cases.

2013-03-18 14:27:56 Tree
[r18857] by bugman

Fixes for the test suite for the changes to the Ap4Aase PDB file atom numbering at r18855.

2013-03-18 14:18:36 Tree
[r18856] by bugman

Implemented the merging of structural objects.

This allows the merge flag of the structure.read_pdb user function to work.

2013-03-18 13:48:59 Tree
[r18855] by bugman

Fixes for all the Ap4Aase truncated PDB files.

The atom numbers are now sequential, as defined by the PDB standard.

2013-03-18 13:48:13 Tree
[r18854] by bugman

Fix for a copy and paste error in the Structure.test_read_merge system test.

2013-03-18 13:25:05 Tree
[r18853] by bugman

Replaced many instances of the tab character '\t' with 4 spaces.

2013-03-18 13:10:36 Tree
[r18852] by bugman

The MolList.add_item() structural API method now returns the added molecule container.

This is used by the pack_structs() method to alias the molecule, and will be required when structure
merging is implemented.

2013-03-18 12:56:17 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.