I think some of the endpoints require lowercase assembly eg ccre biosamples has lowercase grch38 (link)[https://github.com/weng-lab/SCREEN2.0/blob/main/screen2.0/src/app/search/_ccredetails/inspecificbiosample.tsx#L185], while others like ccre tf use GRCh38 (link)[https://github.com/weng-lab/SCREEN2.0/blob/main/screen2.0/src/app/search/_ccredetails/inspecificbiosample.tsx#L196]
based on trying to use it, each of those didn't work when trying to use the other, so I had to look at the code to understand how to use it
I think some of the endpoints require lowercase assembly eg ccre biosamples has lowercase
grch38(link)[https://github.com/weng-lab/SCREEN2.0/blob/main/screen2.0/src/app/search/_ccredetails/inspecificbiosample.tsx#L185], while others like ccre tf useGRCh38(link)[https://github.com/weng-lab/SCREEN2.0/blob/main/screen2.0/src/app/search/_ccredetails/inspecificbiosample.tsx#L196]based on trying to use it, each of those didn't work when trying to use the other, so I had to look at the code to understand how to use it