aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 03:02:02 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 03:02:02 +0100
commit5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6 (patch)
tree9cfda2c7fbcf2318b266a2d731d493e05ae8d4ce /_posts
parentb9ad4d6d1c68a871a470d0fd37cb5d0bb031fa10 (diff)
downloadmitjafelicijan.com-5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6.tar.gz
fix quote
Diffstat (limited to '_posts')
-rw-r--r--_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md2
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
220In 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. 220In 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
225First we encode text file into FASTA file. 225First we encode text file into FASTA file.