Software Tool to Translate DNA to Protein
2
0
Entering edit mode
7 months ago
sil_bioinfo ▴ 40

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

protein DNA fasta • 945 views
ADD COMMENT
5
Entering edit mode
7 months ago
biofalconch ★ 1.1k

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

ADD COMMENT
1
Entering edit mode

It worked, thank you so much for your help!

ADD REPLY
3
Entering edit mode
7 months ago
GenoMax 141k

but my files are too big (68.1 MG)

You can install EMBOSS locally (unix machine required) and run transeq that way.

ADD COMMENT
0
Entering edit mode

Hello, it works on mac too?

ADD REPLY
0
Entering edit mode

It worked too, thank you so much for your help!

ADD REPLY

Login before adding your answer.

Traffic: 2047 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6