Commit | Date | |
---|---|---|
[r27257]
by
bugman
Modification of the Needleman-Wunsch sequence alignment algorithm implementation. This is in the lib.sequence_alignment.needleman_wunsch functions. Scoring matrices are now |
2015-01-21 14:36:43 | Tree |
2015-01-21 13:03:24 | Tree | |
[r27255]
by
bugman
Corrected the spelling of the BLOSUM62 matrix in lib.sequence_alignment.substitution_matrices. |
2015-01-21 11:21:53 | Tree |
[r27254]
by
bugman
Created the lib.sequence_alignment.substitution_matrices module. This is for storing substitution matrices for use in sequence alignment. The module currently only |
2015-01-21 11:15:53 | Tree |
[r27253]
by
bugman
Created a unit test for checking the Needleman-Wunsch sequence alignment algorithm. This uses the DNA data from the example in the Wikipedia article at |
2015-01-21 10:39:24 | Tree |
[r27252]
by
bugman
Implementation of the Needleman-Wunsch sequence alignment algorithm. This is located in the lib.sequence_alignment.needleman_wunsch module. This is implemented as |
2015-01-21 10:37:37 | Tree |
[r27251]
by
bugman
Added the unit testing infrastructure for the new lib.sequence_alignment package. |
2015-01-21 10:25:26 | Tree |
2015-01-21 10:23:41 | Tree | |
[r27249]
by
bugman
Created an empty lib.sequence_alignment relax library package. This may be used in the future for implementing more advanced structural alignments (the current |
2015-01-21 09:07:23 | Tree |
[r27248]
by
bugman
Better error handling in the structure.align user function. If no common atoms can be found between the structures, a RelaxError is now raised for better user |
2015-01-21 08:54:28 | Tree |