From 5222ca5b0fa67dbd8bd1c7625d335a96dd90aaf6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 10 Jan 2019 03:02:02 +0100 Subject: fix quote --- _posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2019-01-03-encoding-binary-data-into-dna-sequence.md') 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 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. -> How wonderful that we have met with a paradox. Now we have some hope of making > progress. +> How wonderful that we have met with a paradox. Now we have some hope of making progress. > ― Niels Bohr First we encode text file into FASTA file. -- cgit v1.2.3