|
# pipeline
|
|
|
|
## run script example
|
|
```bash
|
|
java -Dconfig.file=/home/zhangchao/project/pipeline/wdl/cromwell.examples.conf \
|
|
-jar /home/zhangchao/soft/cromwell-85.jar run \
|
|
--inputs ~/project/pipeline/workflow/test/20230814.json \
|
|
~/project/pipeline/workflow/pipeline.wdl
|
|
``` |