This directory contains the data and scripts needed to build a gene table from Bioconductor
First we need to build the gene table
- Build genes docker
docker build -f build/docker/Dockerfile.genes -t genes . --build-arg HTTPS_PROXY=$HTTPS_PROXY
- Build gene file
docker run -v $PWD:/tmp genes sh build_genes.sh