Jianfeng
Jianfeng
Dear q-cannie, The OA articles of Gut are supported. An academic proxy is required for the restricted articles. Best wishes, Jianfeng (base) ⚙ ljf@head1 /tmp bget doi 10.1136/gutjnl-2020-320690...
I'm sorry about this. The document of annovarR is incomplete now, I guess you need to install the [SQLite3](https://www.sqlite.org/index.html) before installing the SQLite format exac03 database. If the `sqlite` or...
Hi, I'm very sorry about this. The website service is currently not accessible. We are considering migrating data to a new server. At present, you can download the original ANNOVAR...
Hi, here is my test output and did not repeat the issue you mentioned. ``` $ cat test.json { "a":"Operatività" } $ Rscript -e "configr::read.config('test.json')" $a [1] "Operatività" ``` You...
Here is my test output on windows: ```r > setwd(tempdir()) > configr::write.config(list(a="Operatività"), "test.json", "json") [1] TRUE > cat(paste0(readLines("test.json"), collapse = "\n")) { "a": ["Operatività"] } > configr::read.config("test.json") $`a` [1] "Operatività"...
Hi, could you please show the configuation file content and the full read.config and eval.config command?
Dear Anoopa, Basic knowledge about [Shiny](https://shiny.rstudio.com/) and [Shinydashboad](http://rstudio.github.io/shinydashboard/get_started.html) may be required. Then you can follows these steps: - Step1: View https://cran.r-project.org/web/packages/BioInstaller/vignettes/plugins_of_BioInstaller_shiny.html. - Step2: Copy the shiny.easy_project.parameters.toml in ~/.bioshiny/plugins and rename...
https://github.com/openbiox/bioshiny/blob/master/src/bioshiny/inst/extdata/config/shiny.CEMiTool.parameters.toml Any R code is ok. One of the key points is that all output files in sprintf("%s/output/%s", dirname(config$shiny_db$db_path), qqkey) will be saved to the database that you can view...
As shown in the usage section of README.md, you need to set the shiny workers if you want to run the pipeline. # start two workers bioshiny::set_shiny_workers(2) You can directly...
Done in commit fc7f22d58.