Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jun 18, 2022
1 parent 8a01320 commit 7dd4d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion funannotate/__version__.py
@@ -1,3 +1,3 @@
VERSION = (1, 8, 10)
VERSION = (1, 8, 11)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion funannotate/compare.py
Expand Up @@ -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,
Expand Down

0 comments on commit 7dd4d86

Please sign in to comment.