Go to file
chaopower c55811e306 处理过滤 2023-09-27 17:57:28 +08:00
other 完善双样本wdl 2023-08-29 17:46:31 +08:00
script 处理过滤 2023-09-27 17:57:28 +08:00
wdl 处理过滤 2023-09-27 17:57:28 +08:00
.gitignore 添加.gitignore文件 2023-08-25 10:11:16 +08:00
README.md 调整call_mutation 2023-09-27 10:47:03 +08:00
pipeline.wdl 调整call_mutation 2023-09-27 10:47:03 +08:00

README.md

pipeline

run script example

export PATH=/dataseq/product/workflow/software/bin:$PATH

java17 -Dconfig.file=/home/zhangchao/project/pipeline/wdl/cromwell.examples.conf \
-jar /dataseq/product/workflow/software/cromwell-85.jar run  \
--inputs /home/zhangchao/project/pipeline/workflow/test/20230814.json \
/home/zhangchao/project/pipeline/workflow/pipeline.wdl

dot

womtool graph pipeline.wdl > other/pipeline.dot

流程图