github.com/human-pangenomics/hpp_production_workflows/Guppy

HPP Production Workflows

This repository holds WDL workflows and Docker build scripts for
production workflows used by the Human Pangenome Project.

Organization

The repo is split into assembly and QC workflows with the following organization:

 ── docker/
    └── toolName/
        └── Dockerfile
        └── Makefile
        └── scripts/
            └── toolName/
                └── scriptName.py
 ── wdl/
    └── tasks/
    │   └── taskName.wdl
    └── 
<hr>
<small>This is a companion discussion topic for the original entry at <a href='https://dockstore.org/workflows/github.com/human-pangenomics/hpp_production_workflows/Guppy'>github.com/human-pangenomics/hpp_production_workflows/Guppy</a></small>