Question: Question 1 . Write a Python program to translate a DNA sequence in file DNA_seq.txt to a protein sequence which name should be protein_seq.txt. The
Question 1. Write a Python program to translate a DNA sequence in file DNA_seq.txt to a protein sequence which name should be protein_seq.txt. The genetic codons are already in codon_dict.py. You need to use file input/output solve this question. Do not use console/terminal to manually input or output. That is, your program should take the input file and generate the output file automatically.
Finally, rename the program to LastName_FirstName_codon_dict.py and submit it to Blackboard dropbox. No Word file, just .py file.
Data in: /data/courses/bio483/lab12/
___codon_dict.py
___DNA_seq.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
