Commit | Date | |
---|---|---|
[r27290]
by
bugman
Sequence alignment is now performed in lib.structure.internal.coordinates.assemble_coord_array(). This is a pairwise alignment to the first molecule of the list. The alignments are not yet used for |
2015-01-23 10:09:41 | Tree |
[r27289]
by
bugman
Implemented the internal structural object one_letter_codes() method. This will create a string of one letter residue codes for the given molecule. Only proteins are |
2015-01-23 10:06:53 | Tree |
[r27288]
by
bugman
Implemented the internal structural object MolContainer.loop_residues() method. This generator method is used to quickly loop over all residues of the molecule. |
2015-01-23 10:03:35 | Tree |
[r27287]
by
bugman
Created the lib.sequence.aa_codes_three_to_one() function. The lib.sequence module now contains the AA_CODES dictionary which is a translation table for the 3 |
2015-01-23 10:02:05 | Tree |
2015-01-23 09:45:59 | Tree | |
[r27285]
by
bugman
The sequence alignment arguments are now passed all the way to the internal structural object backend. These are the arguments of the structure.align user function. |
2015-01-23 09:05:12 | Tree |
[r27284]
by
bugman
Removed the 'algorithm' argument from the Structure.test_align_CaM_BLOSUM62 system test script. This is for the structure.align user function. The argument has not been implemented to save room |
2015-01-23 08:46:40 | Tree |
[r27283]
by
bugman
Added the sequence alignment arguments to the back end of the structure.align user function. This is to allow the code in trunk to be functional before the sequence alignment before |
2015-01-23 08:42:22 | Tree |
[r27282]
by
bugman
Added the sequence alignment arguments to the structure.align user function front end. This includes the 'matrix', 'gap_open_penalty', 'gap_extend_penalty', 'end_gap_open_penalty', and |
2015-01-23 08:40:55 | Tree |
[r27281]
by
bugman
Small docstring expansion for lib.sequence_alignment.align_protein.align_pairwise(). |
2015-01-23 08:38:45 | Tree |