Inspiration
My love for DNA and biology!
What it does
When the program is run as a module in the REPL, it will ask for the user's input to allow them to use the program. Base on their answer, they can give it a DNA strand and the program will return the corresponding strand or the user can give the program 2 strands of DNA, and the program will find the error in base pairings and return a list of error(s) lines.
How I built it
I made it using the knowledge I gained from Comp 110 and basic biology knowledge. I made two functions that return two different results and a main function that allows the user to choose which function to use.
Challenges I ran into
Incorporating both functions even though they are different.
Accomplishments that I'm proud of
Actually finishing this!
What I learned
Programming is fun when your code works!
What's next for DNA
Hopefully, I will be able to have it return the type of error such as insertion, deletion, phase shift, etc.
Log in or sign up for Devpost to join the conversation.