-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbinrepo.Rmd
More file actions
33 lines (30 loc) · 1.49 KB
/
binrepo.Rmd
File metadata and controls
33 lines (30 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Bioc/AnVIL binary generation"
author: "Bioc/AnVIL team"
vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\VignetteIndexEntry{Bioc/AnVIL binary generation}
%\VignetteEncoding{UTF-8}
output:
BiocStyle::html_document:
highlight: pygments
number_sections: yes
theme: united
toc: yes
---
Binary packages for fast installation via `AnVIL::install()` for Bioconductor
and CRAN packages are available at through a `CRAN`-style repository at
`https://storage.googleapis.com/bioconductor-packages/3.15/container-binaries/`. The packages are
generated with the internal Bioconductor package,
[BiocKubeInstall](https://github.com/Bioconductor/BiocKubeInstall), which
parallelizes package installation and binary creation on a Kubernetes cluster
using Google Kubernetes Engine. The clusters runs and deploys builds Tuesday,
Thursdays, and Saturday through a scheduled Github Action. See the [BiocKubeInstall
Documentation](https://bioconductor.github.io/BiocKubeInstall) for more information.
BiocKubeInstall works with [mtmorgan/RedisParam](https://github.com/mtmorgan/RedisParam),
which facilitations parallelization over a Kubernetes cluster. Docker images for
`bioc-redis:manager` and a release worker e.g `bioc-redis:RELEASE_3_14` are on DockerHub.
## Additional Resources
- [Slides](https://docs.google.com/presentation/d/1Y7g_6X8I6DPaNK84EzWNo1wVpfAwdORGt6kcgcPYOV4/edit?usp=sharing)
- [shwetagopaul92/hgvarByKub](https://github.com/shwetagopaul92/hgvarByKub) - an example of R
and Kubernetes