Skip to content

Commit bd4eaf1

Browse files
committed
hided phylons from phylotree page
1 parent 6a40e8d commit bd4eaf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/pangenome_analyses/plots/phylotree_plot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@
11301130
var urlParams = new URLSearchParams(window.location.search);
11311131
var species = urlParams.get('species');
11321132

1133-
const categories = ['Phylons', 'Country', 'Broad Context', 'Local Context', 'Isolation Source']; // Static definition
1133+
const categories = ['Country', 'Broad Context', 'Local Context', 'Isolation Source']; // Static definition
11341134
let metadata = {{ source_info_dataset | safe }};
11351135

11361136
// // Fetch metadata with caching support

0 commit comments

Comments
 (0)