Open rtorrieri opened 7 years ago
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
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