-
Notifications
You must be signed in to change notification settings - Fork 36
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
Show analyses on dataset details page #5215
Conversation
…Added list of analyses to dataset details page
…king JSON in backend controller
lib/CXGN/Dataset.pm
Outdated
|
||
my $analysis_info_type_id = SGN::Model::Cvterm->get_cvterm_row($self->schema, 'analysis_metadata_json', 'project_property')->cvterm_id(); | ||
|
||
my $analysis_q = "select DISTINCT project.name, project.project_id FROM nd_experiment_project |
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.
I don't understand this query, it seems to join too many tables than necessary
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.
See d30ed57
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.
:-)
Description
Stored analyses that use a dataset will now be listed on the dataset details page. Likewise, the stored analysis details page now links to the dataset details page.
#5154
Checklist
/t/data/fixture/patches/
./docs
has been updated./js
to/js/source/legacy
.