From 7dd4d862542c69935da4410e29c77b4ea6b9d675 Mon Sep 17 00:00:00 2001 From: Jon Palmer Date: Sat, 18 Jun 2022 14:57:59 -0700 Subject: [PATCH] bump version for release --- funannotate/__version__.py | 2 +- funannotate/compare.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funannotate/__version__.py b/funannotate/__version__.py index ca286ad..ed8afa4 100644 --- a/funannotate/__version__.py +++ b/funannotate/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 8, 10) +VERSION = (1, 8, 11) __version__ = '.'.join(map(str, VERSION)) diff --git a/funannotate/compare.py b/funannotate/compare.py index 9ecf71b..8541a4a 100755 --- a/funannotate/compare.py +++ b/funannotate/compare.py @@ -1230,7 +1230,7 @@ def __init__(self, prog): else: num_phylogeny = len(args.input) if num_phylogeny > 3: - lib.log.info("Inferring phylogeny using RAxML") + lib.log.info("Inferring phylogeny using {}".format(args.ml_method)) folder = os.path.join(args.out, 'protortho') lib.ortho2phylogeny(folder, sco_final, args.num_orthos, busco, args.cpus, args.bootstrap, phylogeny, outgroup, outgroup_species, outgroup_name, sc_buscos,