Skip to content

Steps that I followed setting up Windows Subsystem for Linux 2 (WSL2) and Docker to run NGS data analysis using GATK.

Notifications You must be signed in to change notification settings

thalitacamelo/wsl2_docker_gatk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

wsl2_docker_gatk

Recently (September 2021), I started studying genomic data analysis, an exciting and challenging field. I want to run some data analysis on my computer, so I've been reading how to do it in Windows because it is the OS that I've been using my whole life, and there is some excellent software that I rely on daily, which wouldn't be available on Linux. So I decided to document the steps I took setting up the environment and tools. I do not intend to explain the tools here. I am only reporting the exact commands I executed after reading a plethora of documentation.

Docker is a widely-used container technology that allows users to create an isolated copy (instance) of one or more applications, including their dependencies and deploy them on a host system. With Docker Desktop running on WSL2, users can leverage Linux workspaces and avoid having to maintain both Linux and Windows build scripts. Here, I’ll use a test dataset from Desafio LBB-Mendelics 2021 and implement a workflow to NGS analysis using GATK and other tools.

docker

I am following the main steps for germline single-sample data steps recommended by the Broad Institute.

gatk

First we have to install docker -> wsl2_docker_installation

Now we are ready to pull the images and start analyzing data -> gatk_using_docker

About

Steps that I followed setting up Windows Subsystem for Linux 2 (WSL2) and Docker to run NGS data analysis using GATK.

Topics

Resources

Stars

Watchers

Forks