GavinHuttley / tib

Topics in bioinformatics
GNU General Public License v3.0
4 stars 7 forks source link

A code that does not execute the expected effect in 8,7 #262

Open ChengdongFanRain opened 4 months ago

ChengdongFanRain commented 4 months ago

In 8.7.2, It introduces the method to check whether a codon is a start or end. However, the second code is not checking for the end codon Screenshot 2024-04-28 232035

I think this is what should appear: In: gc.is_start("ATG") Out: True In: gc.is_stop("TAA") Out: True

GavinHuttley commented 4 months ago

😱! Well spotted @ChengdongFanRain! I will fix it now.