cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
631 stars 480 forks source link

/api/gene-panel-data/fetch fails when a study only contains clinical data #10744

Open MatthijsPon opened 5 months ago

MatthijsPon commented 5 months ago

(Tested in v6.0.6) When you explore a study with only clinical data, a POST request gets made with the following payload: {"molecularProfileIds":[]}, which fails.

The issue is not present in v5.4.10, it seems the request is not made when exploring the same study there.

Example dataset: genepaneldata_fail.tar.gz

MatthijsPon commented 3 days ago

Still in 6.0.15, /api/gene-panel-data/fetch fails