forked from MMARINeDNA/metabarcoding_QAQC_pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
code_parts
alexandriai168 edited this page Oct 22, 2023
·
1 revision
Follow the instructions to install Docker Desktop. Installing Docker Desktop will install the command line tools (Docker CLI) that you need to run this pipeline. Link to Docker Desktop
Make sure you have opened the Docker Desktop app before moving forward! To check your installation was successful:
docker --help
We've created a docker image with all of the dependencies for this metabarcoding pipeline already installed. To pull the docker image (similar to pulling a github repository):
docker pull alexandriaim/muri_image:latest
This docker image should now be saved to your computer. To check that you successfully pulled the image:
docker images