-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking "Expand Protein Complexes" has no effect #61
Comments
There is an error in the browser console when clicking the button:
|
@pkalita-lbl thanks for catching this bug, I had totally forgotten that the new data model, there is no longer an id by GO root type i.e. BP, CC, MF, PCC, etc bcz back then it was hardcoded as there was only one of each. So this is line was giving the error const edges = activity.getEdges(ActivityNodeType.GoProteinContainingComplex) So maybe for now a hack is to traverse from MF, we gatta have a proper data model later |
@tmushayahama |
The expand protein complexes functionality now displays the first three members when expanded and if there are more members, clicking on the complex highlights the appropriate entry in the right-hand table. I anticipate that we will be revisiting this issue wrt the default number of protein complex members displayed, but we will go with this for now. |
Currently, in the latest version in
main
, clicking on the "Expand Protein Complexes" button has no effect (other than changing the button label to "Collapse Protein Complexes"). It looks like this was working as of version1.0.1
, but broke sometime after that.Looking at GO-CAM
6606056e00002011
, I would expect that clicking "Expand Protein Complexes" would change the label of the "B cell receptor complex" node to "CD79B, CD79A".The text was updated successfully, but these errors were encountered: