This repository contains the Dockerfile for the UniProt.ws R package container.
- Base Image:
ghcr.io/rasilab/r_python:1.3.0
- Package Version: UniProt.ws 2.38.0 (Bioconductor)
- Registry:
ghcr.io/rasilab/uniprot.ws
docker pull ghcr.io/rasilab/uniprot.ws:2.38.0
docker run -it --rm ghcr.io/rasilab/uniprot.ws:2.38.0 bash
source activate R
R
- UniProt.ws R package for accessing UniProt web services
- Configured with Fred Hutch conda proxy
- Installed from bioconda channel
docker build -t ghcr.io/rasilab/uniprot.ws:2.38.0 .