|
1 | | -``` |
2 | | -████████╗██████╗ ██╗ ██╗██╗ ██╗ █████╗ ██████╗ ██╗ |
3 | | -╚══██╔══╝██╔══██╗██║ ██║██║ ██║██╔══██╗██╔══██╗██║ |
4 | | - ██║ ██████╔╝██║ ██║██║ ██║███████║██████╔╝██║ |
5 | | - ██║ ██╔══██╗██║ ██║╚██╗ ██╔╝██╔══██║██╔══██╗██║ |
6 | | - ██║ ██║ ██║╚██████╔╝ ╚████╔╝ ██║ ██║██║ ██║██║ |
7 | | - ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ |
8 | | -``` |
9 | 1 | [](https://badge.fury.io/py/Truvari) |
10 | 2 | [](https://github.com/acenglish/truvari/actions/workflows/pylint.yml) |
11 | 3 | [](https://github.com/acenglish/truvari/actions/workflows/func_tests.yml) |
12 | 4 | [](https://github.com/acenglish/truvari/actions/workflows/func_tests.yml) |
13 | 5 | [](https://github.com/ACEnglish/truvari/compare/v3.5.0...develop) |
14 | 6 | [](https://pepy.tech/project/truvari) |
15 | 7 |
|
| 8 | + |
16 | 9 | Toolkit for benchmarking, merging, and annotating Structrual Variants |
17 | 10 |
|
18 | | -[WIKI page](https://github.com/acenglish/truvari/wiki) has detailed documentation. |
19 | | -See [Updates](https://github.com/acenglish/truvari/wiki/Updates) on new versions. |
20 | | -Read our [Paper](https://doi.org/10.1101/2022.02.21.481353) for more details. |
| 11 | +📚 [WIKI page](https://github.com/acenglish/truvari/wiki) has detailed documentation. |
| 12 | +📈 See [Updates](https://github.com/acenglish/truvari/wiki/Updates) on new versions. |
| 13 | +📝 Read our [Paper](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02840-6) to learn more. |
21 | 14 |
|
22 | | -## Installation |
| 15 | +## 💻 Installation |
23 | 16 | Truvari uses Python 3.6+ and can be installed with pip: |
24 | 17 | ``` |
25 | 18 | python3 -m pip install Truvari |
26 | 19 | ``` |
27 | 20 | For details and more installation options, see [Installation](https://github.com/acenglish/truvari/wiki/Installation) on the wiki. |
28 | 21 |
|
29 | | -## Quick Start |
| 22 | +## ⏩ Quick Start |
30 | 23 |
|
31 | 24 | Each sub-command contains help documentation. Start with `truvari -h` to see available commands. |
32 | 25 |
|
33 | 26 | The current most common Truvari use case is for structural variation benchmarking: |
34 | 27 | ``` |
35 | 28 | truvari bench -b base.vcf.gz -c comp.vcf.gz -o output_dir/ |
36 | 29 | ``` |
37 | | -## Truvari Commands |
| 30 | +## 🧬 Truvari Commands |
38 | 31 |
|
39 | 32 | - [bench](https://github.com/acenglish/truvari/wiki/bench) - Performance metrics from comparison of two VCFs |
40 | 33 | - [collapse](https://github.com/acenglish/truvari/wiki/collapse) - Collapse possibly redundant VCF entries |
41 | 34 | - [anno](https://github.com/acenglish/truvari/wiki/anno) - Add SV annotations to a VCF |
42 | | - - [vcf2df](https://github.com/acenglish/truvari/wiki/vcf2df) - Turn a VCF into a pandas DataFrame |
43 | 35 | - [consistency](https://github.com/acenglish/truvari/wiki/consistency) - Consistency report between multiple VCFs |
44 | | - - [divide](https://github.com/ACEnglish/truvari/wiki/divide) - Divide a VCF into independent parts |
| 36 | + - [vcf2df](https://github.com/acenglish/truvari/wiki/vcf2df) - Turn a VCF into a pandas DataFrame |
45 | 37 | - [segment](https://github.com/acenglish/truvari/wiki/segment) - Normalization of SVs into disjointed genomic regions |
| 38 | + - [stratify](https://github.com/acenglish/truvari/wiki/stratify) - Count variants per-region in vcf |
| 39 | + - [divide](https://github.com/ACEnglish/truvari/wiki/divide) - Divide a VCF into independent shards |
46 | 40 | - [phab](https://github.com/ACEnglish/truvari/wiki/phab) - Harmonize variant representations using MSA |
| 41 | + - [refine](https://github.com/ACEnglish/truvari/wiki/refine) - Automated bench result refinement with phab |
47 | 42 |
|
48 | | -## More Information |
| 43 | +## 🔎 More Information |
49 | 44 |
|
50 | | -Find more details and discussions about Truvari on the [WIKI page](https://github.com/acenglish/truvari/wiki). |
| 45 | +All documentation about Truvari is on the [WIKI](https://github.com/acenglish/truvari/wiki). Additional information about using Truvari can be found in [Discussions](https://github.com/ACEnglish/truvari/discussions) |
0 commit comments