/data_objects/study/{study_id}
endpoint does not return all of the data objects it used to
#850
Labels
bug
Something isn't working
Describe the bug
The "Find data objects for study" endpoint is not returning the same results as it was two weeks ago for study
nmdc:sty-11-aygzgv51
. It appears to only be returning raw datadobj
records and no processed data records.Tested using:
jsonlite::fromJSON('https://api.microbiomedata.org/data_objects/study/nmdc%3Asty-11-aygzgv51')
Last time I ran this query I was able to identify 33 biosamples with processed data
dobj
records withdata_object_type
=GC-MS Metabolomics Results
,Annotation Enzyme Commission
, orAnnotation KEGG Orthology
. Now there are none, and it doesn't look like other processed data types are present either.To Reproduce
Steps to reproduce the behavior:
https://api.microbiomedata.org/data_objects/study/nmdc%3Asty-11-aygzgv51
data_object_type
=GC-MS Metabolomics Results
,Annotation Enzyme Commission
, orAnnotation KEGG Orthology
Expected behavior
I expected to see processed data records for this study as well as raw data records.
Acceptance Criteria
nmdc:sty-11-aygzgv51
See also
#723
@aclum @sujaypatil96
The text was updated successfully, but these errors were encountered: