88<!-- [](https://anaconda.org/bioconda/longcallD) -->
99<!-- [](https://dx.doi.org/10.1093/bioinformatics/btaa963) -->
1010<!-- [](https://github.com/yangao07/longcallD/issues) -->
11- ## Updates (v0.0.1 )
11+ ## Updates (v0.0.2 )
1212
13- * Pre-release v0.0.1
13+ * Pre-release
14+ * Add -M/--min-mapq
15+ * Fix check_eqx_cigar
1416
1517## Getting Started
1618``` sh
@@ -26,7 +28,7 @@ man ./longcallD.1
2628``` -->
2729
2830## Table of Contents
29- - [ Updates (v0.0.1 )] ( #updates-v001 )
31+ - [ Updates (v0.0.2 )] ( #updates-v002 )
3032- [ Getting Started] ( #getting-started )
3133- [ Table of Contents] ( #table-of-contents )
3234- [ Introduction] ( #introduction )
@@ -51,22 +53,22 @@ LongcallD phases long reads into haplotypes using SNPs and small indels before c
5153### Pre-built executables (recommended)
5254** For Linux:**
5355```
54- wget https://github.com/yangao07/longcallD/releases/download/v0.0.1 /longcallD-v0.0.1_x64 -linux.tar.gz
55- tar -zxvf longcallD-v0.0.1_x64 -linux.tar.gz
56+ wget https://github.com/yangao07/longcallD/releases/download/v0.0.2 /longcallD-v0.0.2_x64 -linux.tar.gz
57+ tar -zxvf longcallD-v0.0.2_x64 -linux.tar.gz
5658```
5759** For macOS:**
5860```
59- wget https://github.com/yangao07/longcallD/releases/download/v0.0.1 /longcallD-v0.0.1_arm64 -macos.tar.gz
60- tar -zxvf longcallD-v0.0.1_arm64 -macos.tar.gz
61+ wget https://github.com/yangao07/longcallD/releases/download/v0.0.2 /longcallD-v0.0.2_arm64 -macos.tar.gz
62+ tar -zxvf longcallD-v0.0.2_arm64 -macos.tar.gz
6163```
6264
6365### Build from source
6466To compile longcallD from source, ensure you have ** GCC/clang(9.0+)** and ** zlib** installed.
6567It is recommended to use the [ latest release] ( https://github.com/yangao07/longcallD/releases ) .
6668```
67- wget https://github.com/yangao07/longcallD/releases/download/v0.0.1 /longcallD-v0.0.1 .tar.gz
68- tar -zxvf longcallD-v0.0.1 .tar.gz
69- cd longcallD-v0.0.1 ; make
69+ wget https://github.com/yangao07/longcallD/releases/download/v0.0.2 /longcallD-v0.0.2 .tar.gz
70+ tar -zxvf longcallD-v0.0.2 .tar.gz
71+ cd longcallD-v0.0.2 ; make
7072```
7173
7274## Usage
0 commit comments