@@ -32,7 +32,7 @@ man ./longcallD.1
3232 - [ Table of Contents] ( #table-of-contents )
3333 - [ Introduction] ( #introduction )
3434 - [ Installation] ( #installation )
35- - [ Pre-built binary executable file for Linux/Unix or MacOS (recommended)] ( #pre-built-binary-executable-file-for-linuxunix -or-macos-recommended )
35+ - [ Pre-built binary executable file for Linux or MacOS (recommended)] ( #pre-built-binary-executable-file-for-linux -or-macos-recommended )
3636 - [ Building longcallD from source files] ( #building-longcalld-from-source-files )
3737 - [ General Usage] ( #general-usage )
3838 - [ Variant calling from HiFi/ONT long reads] ( #variant-calling-from-hifiont-long-reads )
@@ -50,21 +50,21 @@ LongcallD outputs phased variant calls in VCF file, containing SNPs, small indel
5050
5151## Installation
5252
53- ### Pre-built binary executable file for Linux/Unix or MacOS (recommended)
54- For linux :
53+ ### Pre-built binary executable file for Linux or MacOS (recommended)
54+ For Linux :
5555```
5656wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/longcallD-v0.0.1_x64-linux.tar.gz
5757tar -zxvf longcallD-v0.0.1_x64-linux.tar.gz
5858```
59- For macos :
59+ For MacOS :
6060```
6161wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/longcallD-v0.0.1_arm64-macos.tar.gz
6262tar -zxvf longcallD-v0.0.1_arm64-macos.tar.gz
6363```
6464
6565### Building longcallD from source files
66- You can also build longcallD from source files.
67- Make sure you have gcc (>=6.4.0) and zlib installed before compiling.
66+ You can also build longcallD from source files in Linux or MacOS.
67+ Make sure you have gcc/clang and zlib installed before compiling.
6868It is recommended to download the [ latest release] ( https://github.com/yangao07/longcallD/releases ) .
6969```
7070wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/abPOA-v0.0.1.tar.gz
0 commit comments