2023-08-25 10:06:31 +08:00
|
|
|
digraph pipeline {
|
|
|
|
|
#rankdir=LR;
|
|
|
|
|
compound=true;
|
|
|
|
|
|
|
|
|
|
# Links
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_dealwithsnvindel -> CALL_hereditary
|
2023-08-29 10:42:42 +08:00
|
|
|
CALL_mutation_calling -> CALL_neoantigen
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_mmr -> CALL_auto_report
|
2023-08-29 10:42:42 +08:00
|
|
|
CALL_statistics -> CALL_fusion
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_alignment -> CALL_msi
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_hereditary -> CALL_auto_report
|
|
|
|
|
CALL_annovar -> CALL_dealwithsnvindel
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_alignment -> CALL_fusion
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_alignment -> CALL_hotspot
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_alignment -> CALL_cnvkit
|
2023-08-29 10:42:42 +08:00
|
|
|
CALL_alignment -> CALL_statistics
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_hrr -> CALL_auto_report
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_mutation_calling -> CALL_annovar
|
|
|
|
|
CALL_alignment -> CALL_chemo
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_tmb -> CALL_auto_report
|
|
|
|
|
CALL_fusion -> CALL_auto_report
|
|
|
|
|
CALL_dealwithsnvindel -> CALL_auto_report
|
|
|
|
|
CALL_alignment -> CALL_mutation_calling
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_hla -> CALL_neoantigen
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_cnvkit -> CALL_auto_report
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_alignment -> CALL_annovar
|
|
|
|
|
CALL_annovar -> CALL_tmb
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_dealwithsnvindel -> CALL_hrr
|
|
|
|
|
CALL_dealwithsnvindel -> CALL_mmr
|
|
|
|
|
CALL_alignment -> CALL_conpair
|
|
|
|
|
CALL_qc -> CALL_alignment
|
2023-08-25 10:06:31 +08:00
|
|
|
|
|
|
|
|
# Nodes
|
|
|
|
|
CALL_alignment [label="call alignment";shape="oval";peripheries=2]
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_auto_report [label="call auto_report"]
|
2023-08-29 10:42:42 +08:00
|
|
|
CALL_statistics [label="call statistics";shape="oval";peripheries=2]
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_hotspot [label="call hotspot"]
|
|
|
|
|
CALL_hrr [label="call hrr"]
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_mutation_calling [label="call mutation_calling"]
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_dealwithsnvindel [label="call dealwithsnvindel"]
|
|
|
|
|
CALL_mmr [label="call mmr"]
|
2023-08-25 10:06:31 +08:00
|
|
|
CALL_cnvkit [label="call cnvkit"]
|
|
|
|
|
CALL_msi [label="call msi"]
|
|
|
|
|
CALL_fusion [label="call fusion"]
|
|
|
|
|
CALL_neoantigen [label="call neoantigen"]
|
|
|
|
|
CALL_tmb [label="call tmb"]
|
|
|
|
|
CALL_create_dir [label="call create_dir"]
|
|
|
|
|
CALL_hla [label="call hla"]
|
|
|
|
|
CALL_qc [label="call qc";shape="oval";peripheries=2]
|
|
|
|
|
CALL_chemo [label="call chemo"]
|
2023-08-29 17:46:31 +08:00
|
|
|
CALL_hereditary [label="call hereditary"]
|
|
|
|
|
CALL_conpair [label="call conpair"]
|
|
|
|
|
CALL_annovar [label="call annovar"]
|
2023-08-25 10:06:31 +08:00
|
|
|
}
|