Xyaneon/Mutation-Detector

Satisfy Part 5 of Homework 2

Closed this issue · 2 comments

From page 34 of the textbook:

Allow the user to input either the template or nontemplate strand of DNA or an mRNA sequence, in either 5'→3' or 3'→5' orientation. Request input form the user to identify the sequences, and then manipulate them as necessary to produce an mRNA sequence before translating. Use the short sequence in Test Your Understanding to generate test sequences for your program.

We can probably add this by modifying the infile1 and infile2 list options to also accept mRNA sequences.

Done.