This is a test version of Biostars. For the public version, visit https://www.biostars.org.
batch program to convert nucleotide into protein

Hi

I want to convert 200 nucleotide files into protein with a single line comment. Is any tool or program? Please help me

gene genome sequence

3 answers

See a related question: All Possible Protein Sequence From A Nucleotide Sequence

Look for the script/service dna2pep.py that you can find in the VirtualRibosome free programs

It works in batch with fasta files, with the choice of looking or not for ORF

For a single line command, it would be easiest to write a loop or cat them.

For the actual translation, if you have a lot of data, I recommend translate6frames from BBMap, as it is extremely fast:

translate6frames.sh in=file.fna out=file.faa

Log in to answer this question.