Skip to content

Commit

Permalink
mute tree style in explore
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzq1234 committed Feb 3, 2022
1 parent 901c399 commit 835acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ete4/tools/ete_explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def run(args):
run_smartview()
else:
t = PhyloTree(tfile, format=args.src_newick_format)
t.explore(tree_name=tfile, tree_style=ts)
t.explore(tree_name=tfile)


0 comments on commit 835acac

Please sign in to comment.