Due: Tuesday 4/22 10:00am
Submission name: New GH Classroom Link
Read the instructions in the code and write the requested code.
GH Classroom Links:
- Period 4: https://classroom.github.com/a/f3PJNqto
- Period 5: https://classroom.github.com/a/ZXeilOwO
Big Test
If you want to test your program on a much larger dataset, I have uploaded an 8000 nucleotide sample dna string in a plain text file on thesource.
- To use it, save the file in the same directory as your processing sketch (like you would with an image). Then use processing’s loadStirngs method to load the file as a string.
- You will need to decrease the value of
NUC_SIZE
in order to view all the data. It would also be useful to turn off displaying the letter in the boxes (adding a boolean parameter todrawBase
is the best option here).