Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

icgc-argo/gatk-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: this repository is archived to support workflow reproducibility. Active development continues at: https://github.com/icgc-argo-workflows/gatk-tools

Build Status

Dockerized GATK Tools

This repository keeps a collect of GATK tools. All tools are dockerized and wrapped using Nextflow (NF) workflow language.

Every tool is self-sufficient, can be independently developed, tested, released and used. This clean isolation allows maximum flexibility, maintainability and portability.

These tools are building blocks to create multi-step data analysis workflows as needed, like the workflows here: https://github.com/icgc-argo/gatk-mutect2-variant-calling

Development

As tools are meant to be independent from each other, arguably a better choice is to develop each tool using its own source control repository and container image. In reality, it's undesirable to have to manage too many repositories, so we ended up with choosing to use one repository for many tools. Despite sharing the same repository, in tools development, we still want to follow good practices to ensure as much as possible tools are independent. See more details: https://github.com/icgc-argo/dna-seq-processing-tools/blob/master/README.md

About

Repository for dockerized GATK tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 51.4%
  • Python 39.4%
  • Common Workflow Language 7.3%
  • Dockerfile 1.2%
  • Roff 0.7%