You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code transforms data column names in the database using function 'clean_field_name' to create member variable names in the SNP model structure. The transformed data column names are passed to the data store when information is requested. Since, there is no reverse mapping, the data store does not return information for these fields.
When requesting information for fields, the code has to be updated to pass in the actual column name that is stored in the database instead of using the transformed field.