You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bioutils currently does not support selenoproteins. It would be great to be able to add it to the codon translation table (technically it is already there, but maps to "") . We prob want to have a different translation table that maps the stop codon to SEC / U. Also add support for the alternate translation table as an option to translate_cds.
Finally I don't think that sequences.py has any test coverage. Add some bare bones unit tests for the newly added features.
The text was updated successfully, but these errors were encountered:
bioutils currently does not support selenoproteins. It would be great to be able to add it to the codon translation table (technically it is already there, but maps to "") . We prob want to have a different translation table that maps the stop codon to SEC / U. Also add support for the alternate translation table as an option to translate_cds.
Finally I don't think that sequences.py has any test coverage. Add some bare bones unit tests for the newly added features.
The text was updated successfully, but these errors were encountered: