# pipeline ## run script example ```bash /home/zhangchao/soft/jdk-17.0.7+7/bin/java -Dconfig.file=/home/zhangchao/project/pipeline/wdl/cromwell.examples.conf \ -jar /home/zhangchao/soft/cromwell-85.jar run \ --inputs /home/zhangchao/project/pipeline/workflow/test/20230814.json \ /home/zhangchao/project/pipeline/workflow/pipeline.wdl ``` ## dot ```bash womtool graph pipeline.wdl > other/pipeline.dot ``` ![流程图](./other/pipeline.svg)