TCGAbiolinksGUI icon indicating copy to clipboard operation
TCGAbiolinksGUI copied to clipboard

GUI innactivated

Open rtorrieri opened this issue 6 years ago • 1 comments

Hello, I have TCGAbiolinks GUI installed on my server, here at FMRP/Ribeirão Preto. When I start the GUI, it appears with a gray layer over the interface, giving the impression of being inactivated. The commands are accessible but the drop down menus does not show anything, so I can not use the package for any analysis. There is a print-screen attached. Any clue on how can I solve this?

Best regards,

Raul Torrieri

captura de tela de 2017-11-06 13-55-35

captura de tela de 2017-11-06 14-08-41

rtorrieri avatar Nov 06 '17 16:11 rtorrieri

Hello,

I had the same problem with an old version of TCGAbiolinks. Do you mind updating it, this should solve the problem?

devtools::install_github("BioinformaticsFMRP/TCGAbiolinks") devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI")

If you are using the shiny server you will need to see which is the library path (you can check the paths with .libPaths(), but in linux normally it is "/usr/local/lib/R/site-library/") then you can update using (you might need root access)

devtools::install_github("tiagochst/ELMER",lib = "/usr/local/lib/R/site-library/")

Best regards, Tiago

tiagochst avatar Nov 06 '17 19:11 tiagochst