Go to file
chaopower 236d78155c bug for bed 2024-02-27 13:26:09 +08:00
codes bug for bed 2024-02-27 13:26:09 +08:00
database 数据库更新 2024-02-20 15:55:04 +08:00
wdl 污染wdl 2024-02-27 10:55:03 +08:00
.gitignore 添加环境 2023-12-15 10:49:08 +08:00
README.md 微调 2023-12-28 09:14:58 +08:00
pipeline.wdl 化疗修改,不在vcf中出现的从bam文件中获取深度 2024-02-20 15:13:06 +08:00
soft_bash bug 2023-12-15 13:25:10 +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
dot -Tpng .\pipeline.dot -o pipeline.png

流程图