Skip to content

Commit

Permalink
Merge pull request #54 from compgenomicslab/main
Browse files Browse the repository at this point in the history
update way to load from ete4
  • Loading branch information
dengzq1234 authored Mar 4, 2024
2 parents bf0a71f + 0cff533 commit 4afd039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion treeprofiler/layouts/seq_layouts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from ete4.core.seqgroup import SeqGroup
from ete4 import SeqGroup
from ete4.smartview import TreeLayout
from ete4.smartview import AlignmentFace, SeqMotifFace, ScaleFace
from ete4.smartview.renderer import draw_helpers
Expand Down
2 changes: 1 addition & 1 deletion treeprofiler/src/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations
from treeprofiler.src import b64pickle
from ete4.parser.newick import NewickError
from ete4.core.operations import remove
from ete4.operations import remove
from ete4 import Tree, PhyloTree
from Bio import AlignIO
from Bio.Align import MultipleSeqAlignment
Expand Down
2 changes: 1 addition & 1 deletion treeprofiler/tree_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from scipy import stats

from ete4.parser.newick import NewickError
from ete4.core.seqgroup import SeqGroup
from ete4 import SeqGroup
from ete4 import Tree, PhyloTree
from ete4 import GTDBTaxa
from ete4 import NCBITaxa
Expand Down

0 comments on commit 4afd039

Please sign in to comment.