DNA is a Java Project, built with focus on arrays and file/text processing.
Credit goes to the AP Computer Science course at GKHS & CSE142 Winter 2016 at UW
Completed sometime around May 22nd 2017, during jounior year in highschool.
git clone https://github.com/chrisbarnes2000/DNA.git
cd DNA
$ java DNA.java
This program reports information about DNA
nucleotide sequences that may encode proteins.
Input file name?
$ <file_name.txt>
Output file name?
$ <output_file_name.txt>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.