Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
preparing for release
  • Loading branch information
ACEnglish committed Feb 16, 2025
1 parent 36e6c54 commit 694a781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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 v5.1.2-dev Structural Variant Benchmarking and Annotation
Truvari v5.2.0 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 @@ -67,7 +67,7 @@
:data:`truvari.SZBINTYPE`
"""

__version__ = '5.1.2-dev'
__version__ = '5.2.0'


from truvari.bench import (
Expand Down
3 changes: 0 additions & 3 deletions truvari/refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,6 @@ def refine_main(cmdargs):
args.benchdir, "refine.log.txt")),
show_version=True)
logging.info("Params:\n%s", json.dumps(vars(args), indent=4))
if args.align == 'mafft' and not args.use_original_vcfs:
logging.warning("--align poa works better than mafft when not --use-original-vcfs")


# Stratify.
regions = initial_stratify(args.benchdir,
Expand Down

0 comments on commit 694a781

Please sign in to comment.