Skip to content

Commit 5bb56f1

Browse files
committed
correct typo
1 parent 32c705a commit 5bb56f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

treeprofiler/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@ def load_gtdb_layout(tree, prop2type):
24142414
else:
24152415
active = False
24162416

2417-
taxa_layout = taxon_layouts.TaxaRectangular(name='TaxaRect_'+rank, rect_width=band_width, rank=rank, color_dict=color_dict, column=level, active=active)
2417+
taxa_layout = layouts.taxon_layouts.TaxaRectangular(name='TaxaRect_'+rank, rect_width=band_width, rank=rank, color_dict=color_dict, column=level, active=active)
24182418
taxa_layouts.append(taxa_layout)
24192419

24202420
taxa_layout = layouts.taxon_layouts.TaxaClade(name='TaxaClade_'+rank, level=level, rank=rank, color_dict=color_dict, active=active)

0 commit comments

Comments
 (0)