Skip to content

Commit e9db285

Browse files
committed
Display real gene name for inputs/outputs
Instead of "cdc1 Spom". Refs pombase/pombase-gocam#129
1 parent 1dc58f2 commit e9db285

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gocam_view/templates/gocam_view/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,9 @@
847847
if (!title) {
848848
title = "";
849849
}
850+
if (geneInfoMap[id]) {
851+
label = geneInfoMap[id];
852+
}
850853
const bits = id.split(":");
851854
if (bits.length == 2) {
852855
if (bits[0] == 'PomBase') {

0 commit comments

Comments
 (0)