It worked, thank you so much for your help!
Software Tool to Translate DNA to Protein
Hello,
I'm looking for any software tool to translate DNA sequences (big fasta files) to Protein with all 6 frames in the Standard Code. I tried the Expasy translate tool, EMBOSS Transeq,... but my files are too big (68.1 MG). I'm using a mac!
Thank you in advance
• 3,049 views
•
link
2 answers
You could give seqkit a go, can be run using Windows. Something like this should work:
seqkit translate <YOURFILE> --frame 6 --append-frame
For more info read the documentation here:https://bioinf.shenwei.me/seqkit/usage/#translate
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.