Changeset 6141 for trunk/AWT/AWT_codon_table.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_codon_table.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_codon_table.cxx
r5773 r6141 518 518 bool correct_disallowed_translation = false; 519 519 520 // search for allowed correct translation possibi ty:520 // search for allowed correct translation possibility: 521 521 for (int code_nr=0; code_nr<AWT_CODON_TABLES; code_nr++) { 522 522 if (AWT_codon_def[code_nr].aa[codon_nr] == protein) { // does it translate correct? … … 643 643 if (!found) break; 644 644 int pos = (found-bufferStart); 645 if ((pos%3)==0) break; // yes a ready here!645 if ((pos%3)==0) break; // yes already here! 646 646 startSearch = found+1; // was misaligned -> try behind 647 647 }
