-
Notifications
You must be signed in to change notification settings - Fork 0
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
add empty correlation skeleton #322
Conversation
properties: | ||
computeConfig: EmptyDataPluginSpec | ||
config: EmptyDataPluginSpec | ||
CorrelationAssayMetadataStatsResponse: DifferentialAbundanceStatsResponse |
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.
do we not know what the response will look like yet?
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.
we have a plan but since it doesn't matter for the frontend stub i didn't add it yet
@d-callan do you have any concerns that I need to address before merging? The frontend for correlation is now up but without this piece no one can see. |
I'd like to know why that new prop is wrong and fix that.. |
Do you mean |
Resolves task in VEuPathDB/web-monorepo#512
Adds the skeleton of a correlation bipartite network viz so that the frontend can actually see a visualization. The goal is to really just let the frontend have the endpoint, but as a byproduct we've gone ahead and set up some of the plugin skeleton.