summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add amino acid selection after mutation.Brian Cully2021-02-197-3/+189
|
* Add getter for nucleotides in Genome.Brian Cully2021-02-191-0/+4
|
* Get nucleotide selection working again.Brian Cully2021-02-192-11/+25
|
* Fix bug with die roll comparison for mutation skip.Brian Cully2021-02-191-1/+1
|
* Remove Genome.sizeBrian Cully2021-02-182-9/+1
| | | | | 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-182-12/+4
|
* Initial pass at getting codon display working.Brian Cully2021-02-186-88/+177
|
* Whitespace.Brian Cully2021-02-181-3/+3
|
* Update instructions with new steps for amino acid changes.Brian Cully2021-02-181-0/+16
|
* Remove unused variable.Brian Cully2021-02-171-70/+90
|
* Clean up the table scraping code.Brian Cully2021-02-171-71/+66
| | | | | No need to use ‘org-sbe’, because Babel can feed a table in directly, which preserves its structure.
* Change org output to verbatim for first table map.Brian Cully2021-02-171-29/+10
|
* Initial commit.Brian Cully2021-02-1719-0/+1400