diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-10 03:02:02 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-10 03:02:02 +0100 |
| commit | 5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6 (patch) | |
| tree | 9cfda2c7fbcf2318b266a2d731d493e05ae8d4ce /_posts | |
| parent | b9ad4d6d1c68a871a470d0fd37cb5d0bb031fa10 (diff) | |
| download | mitjafelicijan.com-5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6.tar.gz | |
fix quote
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 02e5c31..8bfe5f2 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 | |||
| @@ -219,7 +219,7 @@ end | |||
| 219 | 219 | ||
| 220 | In this example we will take a simple text file as our input stream for encoding. This file will have a quote from Niels Bohr and saved as txt file. | 220 | In this example we will take a simple text file as our input stream for encoding. This file will have a quote from Niels Bohr and saved as txt file. |
| 221 | 221 | ||
| 222 | > How wonderful that we have met with a paradox. Now we have some hope of making > progress. | 222 | > How wonderful that we have met with a paradox. Now we have some hope of making progress. |
| 223 | > ― Niels Bohr | 223 | > ― Niels Bohr |
| 224 | 224 | ||
| 225 | First we encode text file into FASTA file. | 225 | First we encode text file into FASTA file. |
