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

Gene sets disappeared from the query page #7116

Closed
oplantalech opened this issue Feb 5, 2020 · 2 comments
Closed

Gene sets disappeared from the query page #7116

oplantalech opened this issue Feb 5, 2020 · 2 comments

Comments

@oplantalech
Copy link
Contributor

The study_es_0 contains gene sets but somehow the functionality to select them on the query page has disappeared:
Captura de pantalla 2020-02-05 a les 12 22 21

Prior to version 3.1.4, this was the query page, with the functionality to select gene sets:
Captura de pantalla 2020-02-05 a les 11 48 11

I guess that the code has been removed by mistake, is that possible? @pvannierop is sure that removing this functionality would have broken tests...

@alisman
Copy link
Contributor

alisman commented Feb 5, 2020

Hi guys,

I will take look at this first thing tomorrow.

@alisman
Copy link
Contributor

alisman commented Feb 6, 2020

@oplantalech @pvannierop, is it possible you are testing without the skin_show_gsva property turned on in portal.properties? This is off by default. I can see in the local e2e tests that we force it on using code.

function showGsva() {
    browser.execute(function() {
        window.frontendConfig.serverConfig.skin_show_gsva = true;
    });
}`

When I run fe locally and switch default, things seem to work fine

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

2 participants