File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ The main output files are listed below:
7474 - ` PASS_norm_phased_variants_summary ` : List of variants (tab delimited text).
7575 - ` PASS_norm_phased_ontarget_variants_summary ` : List of on-target variants (tab delimited text).
7676 - ` PASS_norm_phased_annotated_ontarget_variants_vcf ` : VCF file containing annotated on-target variants (vcf).
77+ - ` Structural_PASS_norm_variants_summary ` : List of structural variants (tab delimited text).
7778 - ` coverage_depth_plot ` : Plot of coverage depth (png).
7879 - ` variants_summary ` : Summary of all variants (tab delimited text).
7980 - ` variants_vaf_gt0.5_summary ` : Summary of all variants after filtering by variant allele fraction (VAF<0.5) (tab delimited text).
Original file line number Diff line number Diff line change @@ -77,10 +77,12 @@ workflow main {
7777 File raw_hifi_to_reference_alignment_PASS_norm_phased_variants_vep_stats = AnnotateVariants .raw_hifi_to_reference_alignment_PASS_norm_phased_variants_vep_stats
7878
7979 File raw_hifi_to_reference_alignment_PASS_norm_phased_variants_summary = Summary .raw_hifi_to_reference_alignment_PASS_norm_phased_variants_summary
80+ File raw_hifi_to_reference_alignment_PASS_norm_phased_annotated_ontarget_variants_vcf = Summary .raw_hifi_to_reference_alignment_PASS_norm_phased_annotated_ontarget_variants
8081 File raw_hifi_to_reference_alignment_PASS_norm_phased_ontarget_variants_summary = Summary .raw_hifi_to_reference_alignment_PASS_norm_phased_ontarget_variants_summary
81- File raw_hifi_to_reference_alignment_PASS_norm_phased_annotated_ontarget_variants_vcf = Summary .raw_hifi_to_reference_alignment_PASS_norm_phased_annotated_ontarget_variants
82+ File raw_hifi_to_reference_alignment_structural_PASS_norm_variants_summary = Summary .raw_hifi_to_reference_alignment_structural_PASS_norm_variants_summary
8283 File ? coverage_depth_plot = Summary .coverage_depth_plot
8384 File variants_summary = Summary .variants_summary
85+ File variants_vaf_gt0_5_summary = Summary .variants_vaf_gt0_5_summary
8486 File sequence_summary = Summary .sequence_summary
8587 }
8688
You can’t perform that action at this time.
0 commit comments