Skip to content

added cromwell command for cori

Jeff L Froula requested to merge add-snippet-example into main

Jie Guo wanted to know how to run a WDL on cori using the cromwell command for testing. So I gave her the command and added the steps to "code snippets" page in jaws docs.

You need to copy the cromwell_cori.conf file from jaws-tutorial-examples.

java -Dconfig.file=cromwell_cori.conf \
-Dbackend.providers.Local.config.dockerRoot=$(pwd)/cromwell-executions \
-Dbackend.default=Local \
-jar /global/cfs/projectdirs/jaws/cromwell/cromwell.jar run align_final.wdl -i inputs.json

Merge request reports

Loading