COSAP via Docker
We recommend using the containerized version of COSAP as it comes with all required packages installed.
Installing Docker
If you do not have Docker Engine installed, you can follow the instructions at https://docs.docker.com/engine/install/
Instructions
Pull the Docker image:
You can run the COSAP Docker image with the docker run command:
Volumes
Volume
Description
/cosap_data
Mount hg38 resources (COSAP_LIBRARY_PATH) to this path.
/workdir
Your working directory.
Last updated