-
Notifications
You must be signed in to change notification settings - Fork 8
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
Maika 1033 #1051
Maika 1033 #1051
Conversation
I was able to make the selection in the bottom data menu. However, I'm thinking there is problem with database. One notice problem is that in graph.js, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR has linter issues—for direct reference, you can look at the Travis report: https://app.travis-ci.com/github/dondi/GRNsight/builds/266145719
You should also be able to do npm run lint
on the command line in order to see these messages
As a side note, these linter errors will be more avoidable if we configure an autoformatter that complies with the current style checks made by the |
I expected some errors would happen. However, these errors are out of my scope of understand so I might need to meet with @dondi to discuss about these problems. I also think this is a different issue, related to database, not the UI. Problems: When you click in some expressions, especially the one contains ACE node, it would not reflect on the UI, meaning the check doesn't change to your selection. This is because the program can't load the expression. As I mentioned before, this is because there is no value Demo: GRNsight_reduced.mov
![]() ![]() ![]() ![]()
![]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a code perspective; but as noted in #1033 and in the comments, merging these changes appears to reveal an internal error due to missing data
Fixing bottom dataset