Skip to content

The GitHub repository containing code and info on the Docker compose example from the BIT01 Course Unit

Notifications You must be signed in to change notification settings

CedricHermansBIT/docker_compose_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker compose example

This repo contains the necessary files to run the example code from 8.2.10.2 Docker-compose.yml example

To run this docker compose example, clone the repository:

git clone https://github.com/CedricHermansBIT/docker_compose_example.git
cd docker_compose_example

Next run the analysis using:

docker compose up
# alternatively you can just run a single service
docker compose up fastqc
docker compose up minimap2

You should find the output files in the data directory.

About

The GitHub repository containing code and info on the Docker compose example from the BIT01 Course Unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published