Skip to content

Commit

Permalink
CodonAlphabet is now ordered by the translation table - standard code
Browse files Browse the repository at this point in the history
conforms to PAML ordering.
  • Loading branch information
sbotond committed Jan 6, 2014
1 parent 748df7e commit 42a2014
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CodonAlphabet.R
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,6 @@ CODON.TABLES<-list(
}
}

# Sort the codons alphabetically:
symbols<-sort(symbols);

this<-Alphabet(
type=CODON.TABLES[[table.id]]$name,
symbols=symbols
Expand Down

0 comments on commit 42a2014

Please sign in to comment.