Commit | Date | |
---|---|---|
[r27272]
by
bugman
Created the Test_needleman_wunsch.test_needleman_wunsch_align_NUC_4_4 unit test. This is in the unit test module _lib._sequence_alignment.test_needleman_wunsch. This tests the |
2015-01-22 15:56:35 | Tree |
[r27271]
by
bugman
Modified the Test_needleman_wunsch.test_needleman_wunsch_align_DNA unit test to pass. This is from the unit test module _lib._sequence_alignment.test_needleman_wunsch. The DNA sequences |
2015-01-22 15:55:21 | Tree |
[r27270]
by
bugman
Added the PAM 250 amino acid substitution matrix. This was taken from ftp://ftp.ncbi.nih.gov/blast/matrices/PAM250 and added to |
2015-01-22 15:39:34 | Tree |
[r27269]
by
bugman
Added the header from ftp://ftp.ncbi.nih.gov/blast/matrices/BLOSUM62. This is to document the BLOSUM62 substitution matrix. |
2015-01-22 15:35:49 | Tree |
[r27268]
by
bugman
Added the NUC 4.4 nucleotide substitution matrix from ftp://ftp.ncbi.nih.gov/blast/matrices/. Uracil was added to the table as a copy to T. |
2015-01-22 15:34:06 | Tree |
[r27267]
by
bugman
Added sanity checks to the Needleman-Wunsch sequence alignment algorithm. The residues of both sequences are now checked in needleman_wunsch_align() to make sure that they |
2015-01-22 15:09:34 | Tree |
2015-01-22 15:01:39 | Tree | |
[r27265]
by
bugman
Modified the Needleman-Wunsch sequence alignment algorithm. The previous attempt was buggy. The algorithm has been modified to match the logic of the GPL |
2015-01-22 14:57:15 | Tree |
[r27264]
by
bugman
Updated the gap penalties in the Test_align_protein.test_align_pairwise unit test. This is from the unit test module _lib._sequence_alignment.test_align_protein. |
2015-01-22 14:53:43 | Tree |
[r27263]
by
bugman
Annotated the BLOSUM62 substitution matrix with the amino acid codes for easy reading. |
2015-01-22 14:45:25 | Tree |