mgyigit commited on
Commit
5d16360
·
verified ·
1 Parent(s): 3671dd0

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +11 -1
src/about.py CHANGED
@@ -119,4 +119,14 @@ group_colors = [
119
  ]
120
 
121
  # Create a color dictionary from the labels and colors
122
- color_dict = {method.upper(): color for method, color in zip(display_labels, group_colors)}
 
 
 
 
 
 
 
 
 
 
 
119
  ]
120
 
121
  # Create a color dictionary from the labels and colors
122
+ color_dict = {method.upper(): color for method, color in zip(display_labels, group_colors)}
123
+
124
+ group_color_dict = {
125
+ 'INTERPRO2GO': 'orange', 'UNIRULE2GO': 'orange', 'ENSEMBL-ORTHOLOGY': 'orange',
126
+ 'K-SEP': 'green', 'BERT-PFAM': 'red', 'UNIREP': 'red', 'T5': 'red',
127
+ 'BERT-BFD': 'red', 'HMMER': 'green', 'SEQVEC': 'red', 'ALBERT': 'red',
128
+ 'BLAST': 'green', 'PFAM': 'green', 'ESMB1': 'red', 'XLNET': 'red',
129
+ 'AAC': 'green', 'APAAC': 'green', 'PROTVEC': 'blue', 'MUT2VEC': 'blue',
130
+ 'LEARNED-VEC': 'blue', 'CPC-PROT': 'blue', 'GENE2VEC': 'blue',
131
+ 'TCGA-EMBEDDING': 'blue'
132
+ }