Julien Seiler
Julien Seiler
Hi, I have tried to install ggbiplot using : ``` > library(devtools) > install_github("vqv/ggbiplot", ref = "experimental") ``` And I get the following output : ``` Downloading GitHub repo vqv/ggbiplot@experimental...
The actual test prevent `ignore` to create a .gitignore file when no .gitignore file exists. This revision includes some fixes for flake8 validation.
Proxmox API includes a few resources with dashes (-) in their name (like /api2/json/nodes/{node}/qemu/{vmid}/agent/get-host-name). However the dash character (-) is not authorized in Python object attributes. This PR adds support...
Update of the url of genome sequence and gene annoation for GRCh38 and GRCm38.
The install_all_fixtures() method ignores fixtures declared with the inherit_from attribute. I'm using version 0.4.5
The check_galaxy_config command compare two galaxy config files (current config and new sample config) and reports new config options and deprecated options.