fredkneeland / DNA_Analysis

Java code for analyzing human dna
GNU General Public License v3.0
1 stars 3 forks source link

Add basic folder structure to src/ directory #10

Open fredkneeland opened 6 years ago

fredkneeland commented 6 years ago

Setup basic file structure:

i.e.

src/ inverseCompliment/ imageHandling/ fileHandling/ resultProcessing/ utils/

jjcard commented 6 years ago

Hi, I started moving the classes to seperate packages, got the ones that I knew out of the way first. See https://github.com/jjcard/DNA_Analysis/commit/f4471b7bcb1244b189cc97085801faa31717fff2 but not sure about the rest. Specifically ColorsForWords, DNA_word_finder, HexConverter, and StartAndStop.

fredkneeland commented 6 years ago

put all of those into utils/ thanks!