-
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
markerpositiontype prop? #49
Comments
if we look at how the mview is populating, it looks like "start" is the only one that IS loading properly with the mview... |
so this instead. however, we have to deal with taht "extra" prop |
need to fix both mviews.
we actually need marker_pos to be = the featureposprop value like this:
and for hte QTL mview
|
I think the QTL marker name abbreviation is what is breakng it. its not part of the mview. Unchecking hte box in settings doenst fix it. So instead i suggest we replace the JS with this: this.name = markerData.genetic_marker_locus_name;
this.nameAbbrev = markerData.marker_name_abbrev ? markerData.marker_name_abbrev : markerData.genetic_marker_locus_name; so if tehres an abbreviation use it, otherwise, us the full name. with this code - |
marker_position_type
is loaded as "start".However the other featureposprops are
does this really make sense? Do we still use the
marker_position_type
= start prop? Or is it a remnant of our previous way of doing things?The text was updated successfully, but these errors were encountered: