Skip to content

Commit 57d4a78

Browse files
committed
version bump
1 parent 31fdbde commit 57d4a78

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

repo_utils/answer_key/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
usage: truvari [-h] CMD ...
22

3-
Truvari v4.2.2-dev Structural Variant Benchmarking and Annotation
3+
Truvari v4.2.2 Structural Variant Benchmarking and Annotation
44

55
Available commands:
66
bench Performance metrics from comparison of two VCFs

truvari/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
:data:`truvari.SZBINTYPE`
8989
"""
9090

91-
__version__ = '4.2.2-dev'
91+
__version__ = '4.2.2'
9292

9393

9494
from truvari.annotations.af_calc import (

truvari/refine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ def refine_main(cmdargs):
411411
to_eval_coords = (regions[regions["refined"]][["chrom", "start", "end"]]
412412
.to_numpy()
413413
.tolist())
414+
# Except if there aren't any regions. Then we need to do all that accounting...
415+
# And then skip the benchmarking
414416
truvari.phab(to_eval_coords, base_vcf, args.reference, phab_vcf, buffer=0 if args.use_region_coords else PHAB_BUFFER,
415417
mafft_params=args.mafft_params, comp_vcf=comp_vcf, prefix_comp=True,
416418
threads=args.threads, method=args.align, passonly=params.passonly,

0 commit comments

Comments
 (0)