aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2024-02-11-k-mer.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2024-02-11-k-mer.md b/_posts/2024-02-11-k-mer.md
index 1f7d288..c3e4a17 100644
--- a/_posts/2024-02-11-k-mer.md
+++ b/_posts/2024-02-11-k-mer.md
@@ -125,6 +125,7 @@ optimized for efficiency and scalability.
125Now that we have the basics out of the way we can start implementing basic k-mer 125Now that we have the basics out of the way we can start implementing basic k-mer
126counter in C. 126counter in C.
127 127
128## Implementing sequence reading in C
128 129
129## Additional reading material 130## Additional reading material
130 131