|
1 | 1 | <!-- # LongcallD: local-haplotagging-based small and structural variant calling --> |
2 | 2 |
|
3 | | -[](https://github.com/yangao07/longcallD/releases/latest) |
| 3 | +<!-- [](https://github.com/yangao07/longcallD/releases/latest) --> |
4 | 4 | [](https://github.com/yangao07/longcallD/actions/workflows/linux-CI.yml) |
5 | 5 | [](https://github.com/yangao07/longcallD/actions/workflows/macos-CI.yml) |
6 | 6 | [](https://github.com/yangao07/longcallD/blob/main/LICENSE) |
7 | 7 | <!-- [](https://github.com/yangao07/longcallD/releases) --> |
8 | 8 | <!-- [](https://anaconda.org/bioconda/longcallD) --> |
9 | 9 | <!-- [](https://dx.doi.org/10.1093/bioinformatics/btaa963) --> |
10 | 10 | <!-- [](https://github.com/yangao07/longcallD/issues) --> |
11 | | -## Updates (v0.0.2) |
| 11 | +## Updates (pre-release v0.0.2) |
12 | 12 |
|
13 | | -* Pre-release |
14 | 13 | * Add -M/--min-mapq |
15 | 14 | * Fix check_eqx_cigar |
16 | 15 |
|
17 | 16 | ## Getting Started |
18 | 17 | ```sh |
19 | | -git clone --recursive https://github.com/yangao07/longcallD |
20 | | -cd longcallD && make |
| 18 | +# git clone --recursive https://github.com/yangao07/longcallD |
| 19 | +# cd longcallD && make |
| 20 | + |
| 21 | +# Download pre-built executables and test data (recommended) |
| 22 | +# Linux |
| 23 | +wget https://github.com/yangao07/longcallD/releases/download/v0.0.2/longcallD-v0.0.2_x64-linux.tar.gz |
| 24 | +tar -zxvf longcallD-v0.0.2_x64-linux.tar.gz && cd longcallD-v0.0.2_x64-linux |
| 25 | +# MacOS |
| 26 | +wget https://github.com/yangao07/longcallD/releases/download/v0.0.2/longcallD-v0.0.2_arm64-macos.tar.gz |
| 27 | +tar -zxvf longcallD-v0.0.2_arm64-macos.tar.gz && cd longcallD-v0.0.2_arm64-macos |
| 28 | + |
21 | 29 | # PacBio HiFi reads |
22 | | -./bin/longcallD call ./test_data/chr11_2M.fa ./test_data/HG002_chr11_hifi_test.bam --hifi > HG002_hifi_test.vcf |
| 30 | +./longcallD call ./test_data/chr11_2M.fa ./test_data/HG002_chr11_hifi_test.bam --hifi > HG002_hifi_test.vcf |
23 | 31 | # Oxford Nanopore reads |
24 | | -./bin/longcallD call ./test_data/chr11_2M.fa ./test_data/HG002_chr11_ont_test.bam --ont > HG002_ont_test.vcf |
| 32 | +./longcallD call ./test_data/chr11_2M.fa ./test_data/HG002_chr11_ont_test.bam --ont > HG002_ont_test.vcf |
25 | 33 | ``` |
26 | 34 | <!-- # man page for detailed command line options |
27 | 35 | man ./longcallD.1 |
28 | 36 | ``` --> |
29 | 37 |
|
30 | 38 | ## Table of Contents |
31 | | -- [Updates (v0.0.2)](#updates-v002) |
| 39 | +- [Updates (pre-release v0.0.2)](#updates-pre-release-v002) |
32 | 40 | - [Getting Started](#getting-started) |
33 | 41 | - [Table of Contents](#table-of-contents) |
34 | 42 | - [Introduction](#introduction) |
|
0 commit comments