-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unexpected behavior on loading sample data #260
Comments
@hasanbalci After client 1 selected the ovarian cancer( right one) on the screen, both of the ovarian cancers enabled. However, client 2 see that the ovarian cancer ( left one ) selected. |
@msalihaltun Should we force data set names to be unique to avoid some of these situations? |
I thought we actually checked for already existing data while loading, and we do, but we do that only for cBioPortal data. So multiple sample experiment data can actually be loaded. We use a different data flow to load experiment data compared to cBioPortal data. I'm gonna try to figure out a way to make sure:
Ideally there would be a common path in code where data would flow through for cases like this. |
I disabled adding multiple sample data. Also the collaborative mode should properly respect the limit of 6 data sets shown. |
Looks good to me. @hasanbalci @YusufZiyaOzgul please test and remove your assignment if OK. |
I believe this is intended, a known issue and related to #114. |
Yes, this is a known issue. We only keep the data of a gene if that gene is currently in the map. |
The text was updated successfully, but these errors were encountered: