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
Some data types may need to be pre-filtered. For instance germplasm and sample share the same table but differ by type_id. The type_id is filtered on the search call but not when an identifier is provided. Therefore, the sample/{sampleDbId} will work with a germplasmDbId while it should not because no-prefiltering occurs.
Another case is the traits/ call that will list all the CV terms, even non-trait ones.
Pre-filtering should be specified in the brapi_get_data_mapping() call.
The text was updated successfully, but these errors were encountered:
Some data types may need to be pre-filtered. For instance germplasm and sample share the same table but differ by type_id. The type_id is filtered on the search call but not when an identifier is provided. Therefore, the sample/{sampleDbId} will work with a germplasmDbId while it should not because no-prefiltering occurs.
Another case is the traits/ call that will list all the CV terms, even non-trait ones.
Pre-filtering should be specified in the brapi_get_data_mapping() call.
The text was updated successfully, but these errors were encountered: