This repo contains WDL used to process raw omics data (WGS, RNA, and long read RNA under DMC embargo) for depmap.org. Each workflow consists of the following:
- WDL 1.0 file (e.g.
call_cnvs.wdl) - JSON file of workflow inputs (
call_cnvs_inputs.json) - README (
README.md)
Also available are:
- Dockerfiles needed to build images used in the WDL tasks
- other supporting files/scripts used in tasks
- custom Python modules
- scripts for (re)generating input reference files
See also the common folders, which contain supporting files shared between workflows.
Workflows can be run on Terra or via miniwdl. They can be imported from Dockstore for URLs like this:
Note that tasks reference files stored on our Google Cloud Storage buckets, and Docker images that are stored on our private Artifact Registry repo. Some supporting files require software licenses for external databases, and these files can't be shared publicly. You'll need to override those URLs with your own files and images, which should ideally be colocated with your computing infrastructure.