-
Notifications
You must be signed in to change notification settings - Fork 37
Topic/repetitive measurements2 #5233
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
base: master
Are you sure you want to change the base?
Conversation
…d UI elements for downloads; adapt code to changes.
change xpath selectors due to moving of the wizard loading div
scroll column 4 type select into view before clicking
…ut is required fir ontology root trait, method, scale terms
fix typos and add to pod .xls format requirement for input file
…store() function by introducing new accessors in that object; add more to the repetitive measurements test.
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.
this statment occurs twice in CXGN/Stock.pm sub store:
if ($self->check_name_exists) { $exists = $self->exists_in_database() }
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 ran into a few small bugs getting the proper cvterm props to load
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.
You may want to increase the folder number for the DB Patch since this number has already been used
my $end_time = $params->{observationTimeStampRangeEnd}->[0] || undef; | ||
my $start_date = $params->{observationTimeStampRangeStart}->[0] || undef; | ||
my $end_date = $params->{observationTimeStampRangeEnd}->[0] || undef; | ||
my $repetitive_measurements_type = $params->{repetitiveMeasurements_type} || 'average'; #use default to average |
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.
Is repetitiveMeasurements_type
part of the BrAPI spec?
|
||
=cut | ||
|
||
sub store { |
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.
there are a lot of print STDERR lines in this sub
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.
the my
keyword on line 233 is causing the trait_cvterm
variable to be undefined later on since the variable is already declared on line 220
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.
The variable trait_property_names
on line 116 is missing trait_repeat_type
, without this the cvterm prop is not stored.
Description
Fixes: #5201, #5152 , #5271, #3878, #4419, #3630
Checklist
/t/data/fixture/patches/
./docs
has been updated./js
to/js/source/legacy
.