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
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