batch program to convert nucleotide into protein
3
0
Entering edit mode
8.5 years ago
Eva_Maria ▴ 190

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.1k views
ADD COMMENT
0
Entering edit mode
8.5 years ago
Kamil ★ 2.3k

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

ADD COMMENT
0
Entering edit mode
8.5 years ago

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

ADD COMMENT
0
Entering edit mode
8.5 years ago

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

ADD COMMENT

Login before adding your answer.

Traffic: 1942 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