pipeline/README.md

17 lines
462 B
Markdown
Raw Normal View History

2023-08-25 10:06:31 +08:00
# pipeline
## run script example
```bash
2023-08-29 10:42:42 +08:00
/home/zhangchao/soft/jdk-17.0.7+7/bin/java -Dconfig.file=/home/zhangchao/project/pipeline/wdl/cromwell.examples.conf \
2023-08-25 10:06:31 +08:00
-jar /home/zhangchao/soft/cromwell-85.jar run \
2023-08-29 10:42:42 +08:00
--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/pipelie.svg)