Skip to content

Running Locally

andrewlapointe edited this page Aug 20, 2024 · 4 revisions

Running Locally

Overview

The CAMRA pipeline is based on the workflow description language (wdl). This language allows for easy management of workflow inputs, tasks, and outputs. These wdls utilize docker containers to run various tools without needing to install them directly.

Diagram of wdl code data flow

Dependencies

Running Workflows

  1. Clone the repository

    • git clone https://github.com/JCVenterInstitute/CAMRA
  2. Create input JSON file. (See workflow description section for templates)

  3. To run a workflow use the command:

    • java -jar /path/to/cromwell-87.jar run --inputs /path/to/input.json /path/to/workflow.wdl

Clone this wiki locally