From 15336d7a186e2b5a7dd9636940aa58bb3bb94a39 Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Thu, 28 Nov 2024 10:00:30 +1300 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e5767bc..ca2eabc 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,6 @@ Minimap2 is tested on x86_64 and aarch64 (arm64). Other platforms may work, plea - [oarfish](https://github.com/COMBINE-lab/oarfish) - transcript quantification from long-read RNA-seq data # Next things todo -* Multi-thread guide (tokio async threads or use crossbeam queue and traditional threads?) * Iterator interface for map_file * -sys Possible to decouple from pthread?