Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on study view clinical data tab's download is broken #11142

Open
inodb opened this issue Oct 30, 2024 · 2 comments
Open

on study view clinical data tab's download is broken #11142

inodb opened this issue Oct 30, 2024 · 2 comments

Comments

@inodb
Copy link
Member

inodb commented Oct 30, 2024

The download button here:

image

Gives JSON output rather than a TSV:

image

Interestingly it does work when you click on this button:

image

Shouldn't these have the same behavior?

@Amrithesh-Kakkoth
Copy link

Amrithesh-Kakkoth commented Oct 31, 2024

where did you find the upper image download button?

@Srayash
Copy link

Srayash commented Nov 6, 2024

hey @inodb this issue occurs as the serializeTableData uses , instead of \t as a delimiter.
https://github.com/cBioPortal/cbioportal-frontend/blob/master/src/shared/components/tableHeaderControls/TableHeaderControls.tsx
Screenshot 2024-11-07 at 12 13 55 AM

can I work on this if this is open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants