JanRose1 / Neg_Select_Pred

MIT License
0 stars 0 forks source link

Expand Upon Data Input #17

Open groyumich opened 1 year ago

groyumich commented 1 year ago

As I stated in my other issue form, I believe that you currently have a very interesting idea for a project and a solid design to work with. Your code in MainCode does not appear to fulfill the prototype specifications you outlined in your WBS (which are quite extensive and could perhaps be reduced somewhat for this stage). I would try to add code which reads in fasta files and begins processing them as you describe in your prototype. The one test that you have created for your code looks good, but I would consider making more. Once again though, good job so far!

JanRose1 commented 1 year ago

Yeah thanks for this! I'm actually working on adding that currently and have updated my code respectively to make this possible. It just took me some time to figure out how to work with Fasta files (still somewhat inexperienced at the moment). Hopefully over time this will be less of an issue for me.