aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.