diff options
| -rw-r--r-- | .jekyll-metadata | bin | 44635 -> 44635 bytes | |||
| -rw-r--r-- | _posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index 6eaaf4a..c9f9d89 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index 0371359..3b7664d 100644 --- a/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | |||
| @@ -210,7 +210,7 @@ begin | |||
| 210 | 'G': color := RGB{0, 100, 0} { Green } | 210 | 'G': color := RGB{0, 100, 0} { Green } |
| 211 | 'C': color := RGB{255, 0, 0} { Red } | 211 | 'C': color := RGB{255, 0, 0} { Red } |
| 212 | 'T': color := RGB{255, 255, 0} { Yellow } | 212 | 'T': color := RGB{255, 255, 0} { Yellow } |
| 213 | drawRect(i, x, y, x_offset, y_offset, color) | 213 | drawRect(i, [x, y], color) |
| 214 | save(i) { Save PNG image } | 214 | save(i) { Save PNG image } |
| 215 | end | 215 | end |
| 216 | ``` | 216 | ``` |
