We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bf5c8 commit b361970Copy full SHA for b361970
src/client/common/cy/tooltips/index.js
@@ -14,7 +14,8 @@ class MetadataTip {
14
constructor(name, data, cyElement) {
15
this.name = name;
16
this.data = data.parsedMetadata;
17
- //Add an extra piece of metadata for proteins
+ //Add an extra piece of metadata to generate the search link
18
+ //search text needs to be generated differently for 'processes'
19
if(data.class === "process"){
20
for(let i in this.data){
21
if(this.data[i][0]==="Display Name")
0 commit comments