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
I'd like to add this issue for those who'd like to use the script with an alternative codon table.
Example:
If you want to translate the sequence with a codon table 6 you need to change the script like the following, protein_seq = gene_seq.translate(6)
Regards,
Zeynep
The text was updated successfully, but these errors were encountered:
zeyak
changed the title
Alternative Codon Table
glimmergff_to_proteins.py / Alternative Codon Table
Sep 18, 2020
Hi,
I'd like to add this issue for those who'd like to use the script with an alternative codon table.
Example:
If you want to translate the sequence with a codon table 6 you need to change the script like the following,
protein_seq = gene_seq.translate(6)
Regards,
Zeynep
The text was updated successfully, but these errors were encountered: