Skip to content

Commit 242499a

Browse files
committed
update README
1 parent f12d197 commit 242499a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```
5656
wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/longcallD-v0.0.1_x64-linux.tar.gz
5757
tar -zxvf longcallD-v0.0.1_x64-linux.tar.gz
5858
```
59-
For macos:
59+
For MacOS:
6060
```
6161
wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/longcallD-v0.0.1_arm64-macos.tar.gz
6262
tar -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.
6868
It is recommended to download the [latest release](https://github.com/yangao07/longcallD/releases).
6969
```
7070
wget https://github.com/yangao07/longcallD/releases/download/v0.0.1/abPOA-v0.0.1.tar.gz

0 commit comments

Comments
 (0)