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

Fix 5x errors on Study View for mutation type table #10633

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

7xuanlu
Copy link
Contributor

@7xuanlu 7xuanlu commented Feb 15, 2024

Fix #6759

Change List to Immutable List. Replace .toList() with .collect(Collectors.toList()) to solve error 501 when doing intersection selection on mutation event type count table of gene specific chart.

Screenshot 2024-02-14 at 9 58 51 PM Screenshot 2024-02-14 at 9 59 07 PM

Copy link

sonarcloud bot commented Feb 15, 2024

Copy link
Contributor

@JREastonMarks JREastonMarks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, I'll merge it

@JREastonMarks JREastonMarks merged commit d9a96f7 into master Feb 15, 2024
19 of 20 checks passed
@JREastonMarks JREastonMarks deleted the mutation-data-counts branch February 15, 2024 18:02
@inodb inodb changed the title Change List to Immutable List Fix 5x errors on Study View on mutation event table Feb 15, 2024
@inodb inodb changed the title Fix 5x errors on Study View on mutation event table Fix 5x errors on Study View for mutation type table Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding mutations, CNA, SV gene charts to study view
3 participants