Commit | Date | |
---|---|---|
[r27360]
by
bugman
Deleted the Test_coordinates.test_common_residues unit test. This is from the _lib._structure._internal.test_coordinates unit test module. The |
2015-01-29 15:20:54 | Tree |
[r27359]
by
bugman
The assemble_coord_array() function is now using the central star multiple sequence alignment. This is the function from the lib.structure.internal.coordinates module used to assemble common The non-functional lib.structure.internal.coordinates.common_residues() function has been removed as |
2015-01-29 15:19:17 | Tree |
[r27358]
by
bugman
Fixes for the unit tests of the _lib._sequence_alignment.test_needleman_wunsch module. The lib.sequence_alignment.needleman_wunsch.needleman_wunsch_align() function now returns the |
2015-01-29 14:53:41 | Tree |
[r27357]
by
bugman
Fixes for the unit tests of the _lib._sequence_alignment.test_align_protein module. The Test_align_protein.test_align_pairwise_PAM250 unit test was accidentally duplicated due to a |
2015-01-29 14:52:16 | Tree |
[r27356]
by
bugman
Complete implementation of the central star multiple sequence alignment algorithm. This includes all the four major steps - pairwise alignment between all sequence pairs, finding the The correctness of the implementation is verified by the Test_msa.test_central_star unit test of the |
2015-01-29 14:48:34 | Tree |
[r27355]
by
bugman
Fix for the Test_msa.test_central_star unit test. This is from the _lib._sequence_alignment.test_msa unit test module. Some of the real gap matrix |
2015-01-29 14:39:38 | Tree |
[r27354]
by
bugman
The protein pairwise sequence alignment function now returns the alignment score. This is in the lib.sequence_alignment.align_protein.align_pairwise() function. The score from the |
2015-01-29 14:37:23 | Tree |
[r27353]
by
bugman
The Needleman-Wunsch sequence alignment algorithm now calculates and returns an alignment score. This is in the lib.sequence_alignment.needleman_wunsch.needleman_wunsch_align() function. The score |
2015-01-29 14:36:05 | Tree |
[r27352]
by
bugman
Added the verbosity argument to lib.sequence_alignment.align_protein.align_pairwise(). If set to zero, all printouts are suppressed. |
2015-01-29 13:16:23 | Tree |
2015-01-29 12:38:31 | Tree |