Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed Mar 28, 2024
1 parent 31fdbde commit 57d4a78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_utils/answer_key/help.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
usage: truvari [-h] CMD ...

Truvari v4.2.2-dev Structural Variant Benchmarking and Annotation
Truvari v4.2.2 Structural Variant Benchmarking and Annotation

Available commands:
bench Performance metrics from comparison of two VCFs
Expand Down
2 changes: 1 addition & 1 deletion truvari/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
:data:`truvari.SZBINTYPE`
"""

__version__ = '4.2.2-dev'
__version__ = '4.2.2'


from truvari.annotations.af_calc import (
Expand Down
2 changes: 2 additions & 0 deletions truvari/refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ def refine_main(cmdargs):
to_eval_coords = (regions[regions["refined"]][["chrom", "start", "end"]]
.to_numpy()
.tolist())
# Except if there aren't any regions. Then we need to do all that accounting...
# And then skip the benchmarking
truvari.phab(to_eval_coords, base_vcf, args.reference, phab_vcf, buffer=0 if args.use_region_coords else PHAB_BUFFER,
mafft_params=args.mafft_params, comp_vcf=comp_vcf, prefix_comp=True,
threads=args.threads, method=args.align, passonly=params.passonly,
Expand Down

0 comments on commit 57d4a78

Please sign in to comment.