summaryrefslogtreecommitdiffstats
path: root/genome.mjs
Commit message (Collapse)AuthorAgeFilesLines
* Change error state to take message. Deselect nucleotide on error.Brian Cully2021-02-191-1/+5
|
* Add initial/final genome displaysBrian Cully2021-02-191-5/+2
|
* Add length getter for genome.Brian Cully2021-02-191-0/+6
|
* Remove use of flatMap for old Safari.Brian Cully2021-02-191-2/+4
|
* Add amino acid selection after mutation.Brian Cully2021-02-191-0/+1
|
* Add getter for nucleotides in Genome.Brian Cully2021-02-191-0/+4
|
* Get nucleotide selection working again.Brian Cully2021-02-191-9/+23
|
* Remove Genome.sizeBrian Cully2021-02-181-8/+0
| | | | | This was originally for random genome generation, but since the initial is hard coded now, use that instead.
* Get genome cloning working again.Brian Cully2021-02-181-4/+4
|
* Initial pass at getting codon display working.Brian Cully2021-02-181-13/+20
|
* Initial commit.Brian Cully2021-02-171-0/+80