Menu

SVN archive Commit Log


Commit Date  
[r18873] by bugman

Fix for the internal structural object _pdb_chain_id_to_mol_index() method.

This was accidentally set to be a method of the MolContainer class and not the internal object.

2013-03-19 10:37:50 Tree
[r18872] by bugman

Created the internal structural object _pdb_chain_id_to_mol_index() method.

This will be used to convert PDB chain IDs, which are used to indicate different molecules in the
PDB, into molecule indices for the internal structural object.

2013-03-19 10:35:11 Tree
[r18871] by bugman

Trailing whitespace removal.

2013-03-19 10:18:15 Tree
[r18870] by bugman

The Structure.test_read_write_pdb_1UBQ system test now checks for HELIX and SHEET records.

This is not implemented yet, but the idea is that the structure.read_pdb and structure.write_pdb
should preserve the helix and sheet information present in the original PDB and that the internal
structural object should store this information.

2013-03-19 10:09:17 Tree
[r18869] by bugman

Created the Structure.test_read_write_pdb_1UBQ system test.

This is for checking the use of the structure.delete user function with the atom ID argument.

2013-03-19 10:05:09 Tree
[r18868] by bugman

Sections of molecules can now be deleted using the structure.delete user function.

The atom ID argument has been added and this is now propagated into the internal structural object.
This ID string can be used to delete subsets of the 3D structural data in the relax data store.

2013-03-19 10:04:15 Tree
[r18867] by bugman

Proper fix for the pack_structs() structural API method.

This was incorrectly done in r18858, but now the index of the new molecule is handled correctly.

2013-03-19 09:18:19 Tree
[r18866] by bugman

Reverted r18858 as this change was incorrect.

The command used was:
svn merge -r18858:r18857 .

.....
r18858 | bugman | 2013-03-18 15:27:56 +0100 (Mon, 18 Mar 2013) | 5 lines
Changed paths:
M /trunk/generic_fns/structure/api_base.py

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-19 09:05:43 Tree
[r18865] by bugman

Implemented the average structure creation component of the frame_order.pdb_model user function.

This is the implementation of the _pdb_ave_pos() frame order specific method. The loaded structure
is simply copied, rotated, translated, and then written out as a PDB file.

2013-03-18 17:01:05 Tree
[r18864] by bugman

Split up the frame_order.pdb_model user function backend into three components.

The main _pdb_model() method now consists of calls to three new methods _pdb_ave_pos(),
_pdb_geometric_rep() and _pdb_distribution(). The _pdb_geometric_rep() method is simply the
contents of the old _pdb_model() method and the two other methods are currently stubs.

2013-03-18 16:25:54 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.