From b403cf3e6f5b52028d41a0445294119af79cd53f Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 3 Aug 2021 21:48:32 -0700 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7413eda..fc02a7d 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ mm2-fast is a drop-in replacement of minimap2, providing the same functionality In the current version, all the modules are optimized using **AVX-512** vectorization. ### System requirement -Operating System: Linux\\ -Compiler: g++ (GCC) 9.2.0/icpc version 19.1.3.304 \\ -Architecture: AVX512\\ -Memory requirement: ~30GB for human genome\\ +Operating System: Linux +Compiler: g++ (GCC) 9.2.0/icpc version 19.1.3.304 +Architecture: AVX512 +Memory requirement: ~30GB for human genome ### Installation Clone the *fast-contrib* branch from minimap2 github page. The source code can be compiled by simple using *make* command.