-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bio::Tools::CodonTable::is_start_codon: check in case of ambiguous co…
…dons (#266) In the case of ambiguous codons this method should only return true if all possible codons are start codons (same as is_ter_codon). This was the behaviour in BioPerl 1.2.3 but since at least BioPerl 1.6.924 it returns true if at least one codon is a start codon. This change fixes that regression and makes behaviour consistent with is_ter_codon.
- Loading branch information
1 parent
ffd0c21
commit 7a28711
Showing
3 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters