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
When the biocodeutils function called "translate" finds an unknown codon, it currently will deal with it like this:
print("WARN: Encountered unknown codon during translation: {0}".format(seq[x:x+3]))
Could you please add the mRNA ID to this output? I think you'll have to add that to the function input. This will help when trying to track down the sequences with this issue.
Thanks!
The text was updated successfully, but these errors were encountered:
When the biocodeutils function called "translate" finds an unknown codon, it currently will deal with it like this:
print("WARN: Encountered unknown codon during translation: {0}".format(seq[x:x+3]))
Could you please add the mRNA ID to this output? I think you'll have to add that to the function input. This will help when trying to track down the sequences with this issue.
Thanks!
The text was updated successfully, but these errors were encountered: