cBioPortal / rfc80-team

repository to hold issues for the rfc80 development / deployment team
0 stars 0 forks source link

Mutated-genes endpoint errors when we filter by patient level clinical data #30

Open alisman opened 2 weeks ago

alisman commented 2 weeks ago

fetch("http://localhost:8082/api/column-store/mutated-genes/fetch", { "headers": { "accept": "application/json", "accept-language": "en-US,en;q=0.9", "cache-control": "no-cache", "content-type": "application/json", "pragma": "no-cache", "sec-ch-ua": "\"Chromium\";v=\"124\", \"Google Chrome\";v=\"124\", \"Not-A.Brand\";v=\"99\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"macOS\"", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-origin" }, "referrer": "http://localhost:8082/study/summary?id=genie_public", "referrerPolicy": "strict-origin-when-cross-origin", "body": "{\"clinicalDataFilters\":[{\"attributeId\":\"ETHNICITY\",\"values\":[{\"value\":\"Not Collected\"}]}],\"studyIds\":[\"genie_public\"],\"alterationFilter\":{\"copyNumberAlterationEventTypes\":{\"AMP\":true,\"HOMDEL\":true},\"mutationEventTypes\":{\"any\":true},\"structuralVariants\":null,\"includeDriver\":true,\"includeVUS\":true,\"includeUnknownOncogenicity\":true,\"includeUnknownTier\":true,\"includeGermline\":true,\"includeSomatic\":true,\"includeUnknownStatus\":true,\"tiersBooleanMap\":{}}}", "method": "POST", "mode": "cors", "credentials": "include" });