-
Notifications
You must be signed in to change notification settings - Fork 0
Running Locally
andrewlapointe edited this page Aug 20, 2024
·
4 revisions
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.
-
Unix/Linux OS (Tested on MacOS and Ubuntu)
-
Cromwell - Install Docs
-
Wombat - Install Docs
-
Java 17 or later runtime environment - Download
-
Docker - Download
-
BV-BRC Account - More Information
-
Clone the repository
git clone https://github.com/JCVenterInstitute/CAMRA
-
Create input JSON file. (See workflow description section for templates)
-
To run a workflow use the command:
java -jar /path/to/cromwell-87.jar run --inputs /path/to/input.json /path/to/workflow.wdl