issues
search
Hollenbach-lab
/
PING
An R-based bioinformatic pipeline to determine killer-cell immunoglobulin-like receptor (KIR) copy number and high-resolution genotypes from short-read sequencing data.
MIT License
8
stars
6
forks
source link
Dockerize PING
#2
Closed
samhollenbach
closed
3 years ago
samhollenbach
commented
3 years ago
Initial attempt to Dockerize PING
Spin up supporting files
Move R packages to separate install file
Abstract hardcoded input variables to ENV variables
TODO:
Expose ENV vars as CLI args
Enable volume mounting for local file access (may be able to do already through Docker CLI)
Initial attempt to Dockerize PING
TODO: