@@ -26,12 +26,14 @@ snp_indel_calling{{"SNP/indel variant calling"}}
2626snp_indel_phasing{{"SNP/indel phasing"}}
2727snp_indel_annotation{{"SNP/indel annotation (optional - hg38 only)"}}
2828haplotagging{{"Haplotagging bams"}}
29+ calculate_base_mod_freqs{{"Calculate base modificiation frequencies (ont data only)"}}
2930generate_meth_probs{{"Generate site methylation probabilities (pacbio data only)"}}
3031sv_calling{{"Structural variant calling"}}
3132sv_annotation{{"Structural variant annotation (optional - hg38 only)"}}
3233
3334input_data-.->merging-.->alignment-.->snp_indel_calling-.->snp_indel_phasing-.->haplotagging-.->sv_calling
3435alignment-.->depth
36+ alignment-.->calculate_base_mod_freqs
3537alignment-.->haplotagging
3638haplotagging-.->generate_meth_probs
3739snp_indel_phasing-.->snp_indel_annotation
@@ -85,17 +87,20 @@ haplotagging_s2{{"Description: haplotagging bams <br><br> Main tools: WhatsHap <
8587haplotagging_s3{{"Description: haplotagging bams <br><br> Main tools: WhatsHap <br><br> Commands: whatshap haplotag"}}
8688haplotagging_s4{{"Description: haplotagging bams <br><br> Main tools: WhatsHap <br><br> Commands: whatshap haplotag"}}
8789
88- generate_meth_probs_s2{{"Description: Generate site methylation probabilities <br><br> Main tools: pb-CpG-tools <br><br> Commands: aligned_bam_to_cpg_scores"}}
90+ calculate_base_mod_freqs_s1{{"Description: calculate base modificiation frequencies <br><br> Main tools: minimod <br><br> Commands: minimod mod-freq"}}
91+ generate_meth_probs_s2{{"Description: generate site methylation probabilities <br><br> Main tools: pb-CpG-tools <br><br> Commands: aligned_bam_to_cpg_scores"}}
92+ calculate_base_mod_freqs_s3{{"Description: calculate base modificiation frequencies <br><br> Main tools: minimod <br><br> Commands: minimod mod-freq"}}
93+ calculate_base_mod_freqs_s4{{"Description: calculate base modificiation frequencies <br><br> Main tools: minimod <br><br> Commands: minimod mod-freq"}}
8994
9095sv_calling_s1{{"Description: structural variant calling <br><br> Main tools: Sniffles2 and/or cuteSV <br><br> Commands: sniffles and/or cuteSV"}}
9196sv_calling_s2{{"Description: structural variant calling <br><br> Main tools: Sniffles2 and/or cuteSV <br><br> Commands: sniffles and/or cuteSV"}}
9297sv_calling_s3{{"Description: structural variant calling <br><br> Main tools: Sniffles2 and/or cuteSV <br><br> Commands: sniffles and/or cuteSV"}}
9398sv_calling_s4{{"Description: structural variant calling <br><br> Main tools: Sniffles2 and/or cuteSV <br><br> Commands: sniffles and/or cuteSV"}}
9499
95- sv_annotation_s1{{"Description: Structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
96- sv_annotation_s2{{"Description: Structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
97- sv_annotation_s3{{"Description: Structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
98- sv_annotation_s4{{"Description: Structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
100+ sv_annotation_s1{{"Description: structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
101+ sv_annotation_s2{{"Description: structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
102+ sv_annotation_s3{{"Description: structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
103+ sv_annotation_s4{{"Description: structural variant annotation (optional - hg38 only)" <br><br> Main tools: ensembl-vep <br><br> Commands: vep}}
99104
100105ont_data_f1-.->merging_m1-.->alignment_s1-.->snp_indel_calling_s1-.->snp_indel_phasing_s1-.->haplotagging_s1-.->sv_calling_s1
101106ont_data_f2-.->merging_m1
@@ -109,6 +114,10 @@ alignment_s2-.->depth_s2
109114alignment_s3-.->depth_s3
110115alignment_s4-.->depth_s4
111116
117+ alignment_s1-.->calculate_base_mod_freqs_s1
118+ alignment_s3-.->calculate_base_mod_freqs_s3
119+ alignment_s4-.->calculate_base_mod_freqs_s4
120+
112121alignment_s1-.->haplotagging_s1
113122alignment_s2-.->haplotagging_s2
114123alignment_s3-.->haplotagging_s3
@@ -142,6 +151,7 @@ sv_calling_s4-.->sv_annotation_s4
142151- [ Sniffles2] ( https://github.com/fritzsedlazeck/Sniffles ) and/or [ cuteSV] ( https://github.com/tjiangHIT/cuteSV )
143152- [ Samtools] ( https://github.com/samtools/samtools )
144153- [ mosdepth] ( https://github.com/brentp/mosdepth )
154+ - [ minimod] ( https://github.com/warp9seq/minimod?tab=readme-ov-file )
145155- [ pb-CpG-tools] ( https://github.com/PacificBiosciences/pb-CpG-tools )
146156- [ ensembl-vep] ( https://github.com/Ensembl/ensembl-vep )
147157
@@ -164,6 +174,7 @@ sv_calling_s4-.->sv_annotation_s4
164174- Alignment depth per chromosome (and per region in the case of targeted sequencing) (optional)
165175- Phased Clair3 or DeepVariant SNP/indel VCF file
166176- Phased and annotated Clair3 or DeepVariant SNP/indel VCF file (optional - hg38 only)
177+ - Bed base modification frequencies (ont only)
167178- Bed and bigwig site methylation probabilities for complete read set and separate haplotypes (pacbio only)
168179- Phased Sniffles2 and/or un-phased cuteSV SV VCF file
169180- Phased and annotated Sniffles2 and/or un-phased and annotated cuteSV SV VCF file
0 commit comments