aaec5809bb6217ecdaa7f6e263330deb934a3f15 angie Thu Apr 14 13:26:55 2016 -0700 Updating icon genome and placement for dbDbTaxonomy.hgwdev.js. refs #15277 diff --git src/hg/js/hgGateway.js src/hg/js/hgGateway.js index 8561113..e4a2e16 100644 --- src/hg/js/hgGateway.js +++ src/hg/js/hgGateway.js @@ -426,31 +426,32 @@ // Pig: 'Pig', Cow: 'Cow', 'Killer whale': 'Orca', Horse: 'Horse', Dog: 'Dog', 'Pacific walrus': 'Walrus', 'Megabat': 'Bat', Elephant: 'Elephant', Manatee: 'Manatee', Armadillo: 'Armadillo', 'Wallaby': 'Kangaroo', 'Zebra finch': 'Bird', Lizard: 'Lizard', 'X. tropicalis': 'Frog', 'Fugu': 'Fish', - 'Ebola virus': 'Ebola' + 'Zaire ebolavirus': 'Ebola', // on hgwdev April 2016 + 'Ebola virus': 'Ebola' // on RR April 2016 }; // The icon sprite image has 5 rows and 5 columns: var spriteRowCol = { Human: [0,0], Mouse: [0,1], Fly: [0,3], Worm: [0,4], Yeast: [1,0], Monkey: [1,1], Hedgehog: [1,2], Pig: [1,3], Cow: [1,4], Orca: [2,0], Horse: [2,1], Dog: [2,2], @@ -468,31 +469,31 @@ }; // Some icon drawings are shorter than others, and some need to be moved up to make space // for close neighbors. var iconFudgeY = { Human: 20, Mouse: 0, Fly: 0, Worm: 0, Monkey: 0, Hedgehog: -18, Pig: -5, Cow: 0, Orca: 0, Horse: -8, Dog: 15, - Walrus: 0, + Walrus: 40, Bat: 0, Elephant: -20, Manatee: 20, Armadillo: 0, Kangaroo: 0, Bird: 0, Lizard: -20, Frog: -10, Fish: 0, Yeast: -15, Ebola: 0 }; function findStripeTops(node, parentStripeIx, leafTops, stripeTops, yPrev) { // Each node is of the form [ label, taxId, sciName, node[], ... ]