Commit | Date | |
---|---|---|
[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 | |
[r27350]
by
bugman
Initial lib.sequence_alignment.msa.central_star() function. This was moved from lib.sequence_alignment.align_protein.align_multiple_from_pairwise(). |
2015-01-29 12:37:46 | Tree |
[r27349]
by
bugman
Added the lib.sequence_alignment.align_protein.align_multiple_from_pairwise() function. This should have been committed earlier. The function is only partly implemented. |
2015-01-29 12:34:38 | Tree |
[r27348]
by
bugman
Renamed the Test_align_protein.test_align_multiple_from_pairwise unit test. This is now the Test_msa.test_central_star unit test of the _lib._sequence_alignment.test_msa unit |
2015-01-29 12:33:32 | Tree |
[r27347]
by
bugman
Attempt at fixing the lib.structure.internal.coordinates.common_residues() function. This function still does not work correctly. |
2015-01-29 12:26:00 | Tree |
[r27346]
by
bugman
Expanded the docstring of the Test_align_protein.test_align_multiple_from_pairwise unit test. This is from the _lib._sequence_alignment.test_align_protein unit test module. |
2015-01-29 12:24:59 | Tree |