Skip to content

Commit 7dd4d86

Browse files
author
Jon Palmer
committed
bump version for release
1 parent 8a01320 commit 7dd4d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

funannotate/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 8, 10)
1+
VERSION = (1, 8, 11)
22

33
__version__ = '.'.join(map(str, VERSION))

funannotate/compare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ def __init__(self, prog):
12301230
else:
12311231
num_phylogeny = len(args.input)
12321232
if num_phylogeny > 3:
1233-
lib.log.info("Inferring phylogeny using RAxML")
1233+
lib.log.info("Inferring phylogeny using {}".format(args.ml_method))
12341234
folder = os.path.join(args.out, 'protortho')
12351235
lib.ortho2phylogeny(folder, sco_final, args.num_orthos, busco, args.cpus, args.bootstrap,
12361236
phylogeny, outgroup, outgroup_species, outgroup_name, sc_buscos,

0 commit comments

Comments
 (0)