↧
Need feedback on ORF-extracting code
Hi everyone. I'm relatively new to Python, and could use your feedback on the code below. First some nomenclature. A "nucleotide" is one of A, C, G, T, or U. (In practice, a sequence of such...
View ArticleNeed feedback on ORF-extracting code
I am not currently familiar with the re module so I cannot comment in detail. The assert should be a claim that the re should *never* match anything other than a multiple of 3, so that it is a program...
View Article