Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed Feb 5, 2025
1 parent 49b236f commit 6051b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Each sub-command contains help documentation. Start with `truvari -h` to see ava

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

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

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

0 comments on commit 6051b02

Please sign in to comment.