mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 05:40:25 +08:00
Purple color for EE
This commit is contained in:
parent
fd7b2e7302
commit
436cad7238
@ -83,7 +83,7 @@ figtree_format = '''begin figtree;
|
||||
set tipLabels.colorAttribute="User selection";
|
||||
set tipLabels.displayAttribute="Names";
|
||||
set tipLabels.fontName="sansserif";
|
||||
set tipLabels.fontSize=12;
|
||||
set tipLabels.fontSize=16;
|
||||
set tipLabels.fontStyle=0;
|
||||
set tipLabels.isShown=true;
|
||||
set tipLabels.significantDigits=4;
|
||||
@ -242,7 +242,7 @@ def color(file, args):
|
||||
else:
|
||||
print('\nERROR: your input keyfile could not be found\n')
|
||||
else:
|
||||
colors = { 'Ba' : '[&!color=#000000]', 'Za' : '[&!color=#808080]', 'Sr' : '[&!color=#B4A26D]', 'Op' : '[&!color=#1260CC]', 'Pl' : '[&!color=#026736]', 'Ex' : '[&!color=#E63B60]', 'EE' : '[&!color=#C76A6A]', 'Am' : '[&!color=#29C5F6]', 'EE_cr' : '[&!color=#08B461]', 'EE_ha' : '[&!color=#03EA74]', 'Sr_ci' : '[&!color=#A97533]', 'Sr_ap' : '[&!color=#D4BA99]', 'Sr_rh' : '[&!color=#8A3324]', 'Sr_st' : '[&!color=#E97451]', 'Sr_di' : '[&!color=#492815]' }
|
||||
colors = { 'Ba' : '[&!color=#000000]', 'Za' : '[&!color=#808080]', 'Sr' : '[&!color=#B4A26D]', 'Op' : '[&!color=#1260CC]', 'Pl' : '[&!color=#026736]', 'Ex' : '[&!color=#E63B60]', 'EE' : '[&!color=#9347c9]', 'Am' : '[&!color=#29C5F6]', 'EE_cr' : '[&!color=#08B461]', 'EE_ha' : '[&!color=#03EA74]', 'Sr_ci' : '[&!color=#A97533]', 'Sr_ap' : '[&!color=#D4BA99]', 'Sr_rh' : '[&!color=#8A3324]', 'Sr_st' : '[&!color=#E97451]', 'Sr_di' : '[&!color=#492815]' }
|
||||
|
||||
newick = get_newick(file)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user