Gr1nx-bitbit / epigentics-sim

A venture to replicate and manipulate the process of retroviruses and how they affect our body
0 stars 0 forks source link

Create a text parser #3

Closed Gr1nx-bitbit closed 2 months ago

Gr1nx-bitbit commented 2 months ago

Right now we need a text parser to load the codons and amino acids from a txt file into the aminoCodon tree.

Gr1nx-bitbit commented 2 months ago

After we build this, we need to switch from a text file to YAML or JSON because those have APIs and a lot more people use them for this key and value business!