This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Command line tool for translated multifasta nucleotide to aminoacid sequence

Hi everybody

I have several multifasta files with nucleotide gene sequences. Could you give me recommendations of command line tools to translated this files to aminoacid sequences in new files with the same title and headers of origin?

Thank you!!

gene sequence

2 answers

faTrans from kentutils.

Added a link for linux executable. You will need to do chmod a+x faTrans after download before you start using it.

Thanks @genomax

You can use EMBOSS transeq. Not sure if it will write the headers through as is.

It keeps the fasta headers but seems to do some cleaning. In my case, commas (,) were converted to underscores (_). Turns out this can be turned off using -sformat pearson (https://www.biostars.org/p/111857/).

Log in to answer this question.