Skip to content

Commit 7ff8091

Browse files
committed
Merge branch 'release/v5.2.0'
2 parents 14fa7b6 + 694a781 commit 7ff8091

File tree

277 files changed

+424
-28032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+424
-28032
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![pylint](imgs/pylint.svg)](https://github.com/acenglish/truvari/actions/workflows/pylint.yml)
33
[![FuncTests](https://github.com/acenglish/truvari/actions/workflows/func_tests.yml/badge.svg?branch=develop&event=push)](https://github.com/acenglish/truvari/actions/workflows/func_tests.yml)
44
[![coverage](imgs/coverage.svg)](https://github.com/acenglish/truvari/actions/workflows/func_tests.yml)
5-
[![develop](https://img.shields.io/github/commits-since/acenglish/truvari/v5.0.0)](https://github.com/ACEnglish/truvari/compare/v5.0.0...develop)
5+
[![develop](https://img.shields.io/github/commits-since/acenglish/truvari/v5.1.1)](https://github.com/ACEnglish/truvari/compare/v5.1.1...develop)
66
[![Downloads](https://static.pepy.tech/badge/truvari)](https://pepy.tech/project/truvari)
77

88
![Logo](https://raw.githubusercontent.com/ACEnglish/truvari/develop/imgs/BoxScale1_DarkBG.png)
@@ -26,12 +26,12 @@ Each sub-command contains help documentation. Start with `truvari -h` to see ava
2626

2727
The current most common Truvari use case is for structural variation benchmarking:
2828
```
29-
truvari bench -b base.vcf.gz -c comp.vcf.gz -o output_dir/
29+
truvari bench -b base.vcf.gz -c comp.vcf.gz -f reference.fa -o output_dir/
3030
```
3131

3232
Find more matches by harmonizing phased varians using refine:
3333
```
34-
truvari refine -R -U -r reference.fa --regions output_dir/candidate.refine.bed output_dir/
34+
truvari refine output_dir/
3535
```
3636

3737
Use Truvari's comparison engine to consolidate redundant variants in a merged multi-sample VCF:

imgs/coverage.svg

Lines changed: 2 additions & 2 deletions
Loading
-2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
9 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)