Menu

SVN archive Commit Log


Commit Date  
[r27402] by bugman

Implemented the data store Sequence_alignments.from_xml() method.

This method is required for being able to read RelaxListType objects from the XML file.

2015-01-30 17:04:44 Tree
[r27401] by bugman

Fixes for handling the sequence_alignments data store object.

2015-01-30 17:03:56 Tree
[r27400] by bugman

More advanced support for different numpy number types in the lib.xml relax library module.

This allows numpy int16, int32, float32, and float64 objects to be stored and retrieved from relax
XML save and results files.

2015-01-30 16:52:57 Tree
[r27399] by bugman

Fix for a fatal bug introduced in the last commit (r27398).

2015-01-30 16:42:54 Tree
[r27398] by bugman

The data store ds.sequence_alignment object is now being treated as special and is blacklisted.

The object is now explicitly recreated in the data store from_xml() method.

2015-01-30 16:34:36 Tree
[r27397] by bugman

Fixes for the sequence alignment objects for the relax data store.

The Sequence_alignments(RelaxListType) and Alignment(Element) classes were not being set up
correctly. The container names and descriptions were missing.

2015-01-30 16:31:48 Tree
[r27396] by bugman

Implemented the backend of the structure.sequence_alignment user function.

This checks some of the input parameters, assembles the structural objects then the atomic
coordinate information, performs the multiple sequence alignment, and then stores the results.

2015-01-30 16:20:04 Tree
[r27395] by bugman

Spun out the atomic assembly code of the assemble_coord_array() function.

The code from the lib.structure.internal.coordinates.assemble_coord_array() function has been
shifted to the new assemble_atomic_coordinates(). This is to simplify assemble_coord_array() as
well as to isolate the individual functionality for reuse.

2015-01-30 15:55:13 Tree
[r27394] by bugman

Modified the assemble_coordinates() function of the pipe_control.structure.main module.

The function has been renamed to assemble_structural_objects(). The call to the
lib.structure.internal.coordinates.assemble_coord_array() function has also been shifted out of
assemble_structural_objects() to simplify the logic and decrease the amount of arguments passed
around.

2015-01-30 15:27:19 Tree
[r27393] by bugman

Created the frontend for the structure.sequence_alignment user function.

This is based on the structure.align user function with the 3D superimposition arguments removed and
new arguments added for selecting the MSA algorithm and the pairwise alignment algorithm (despite
only NW70 being currently implemented).

2015-01-30 14:50:18 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.