diff --git a/cg_hermes/config/nallo.py b/cg_hermes/config/nallo.py index 68d5cd7..fe60e60 100644 --- a/cg_hermes/config/nallo.py +++ b/cg_hermes/config/nallo.py @@ -23,12 +23,12 @@ NALLO_COMMON_TAGS = { frozenset(["alignment", "alignment_haplotags"]): { "tags": [AlignmentTags.BAM, NalloTags.HAPLOTAGS], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["alignment", "alignment_haplotags_index"]): { "tags": [AlignmentTags.BAM_INDEX, NalloTags.HAPLOTAGS], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["assembly", "summary_hap1"]): { @@ -93,37 +93,37 @@ }, frozenset(["methylation_pileup", "methbat_hap1"]): { "tags": [AnalysisTags.BED, NalloTags.HAP1, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_pileup", "methbat_hap1_index"]): { "tags": [AnalysisTags.BED_INDEX, NalloTags.HAP1, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_pileup", "methbat_hap2"]): { "tags": [AnalysisTags.BED, NalloTags.HAP2, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_pileup", "methbat_hap2_index"]): { "tags": [AnalysisTags.BED_INDEX, NalloTags.HAP2, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_pileup", "methbat_combined"]): { "tags": [AnalysisTags.BED, NalloTags.COMBINED, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_pileup", "methbat_combined_index"]): { "tags": [AnalysisTags.BED_INDEX, NalloTags.COMBINED, BioinfoToolsTags.METHBAT_PILEUP], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["methylation_calling", "methbat_profile"]): { "tags": [NalloTags.METHYLATION_TSV, BioinfoToolsTags.METHBAT_PROFILE], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset({"multiqc", "multiqc-html"}): { @@ -133,7 +133,7 @@ }, frozenset(["pedigree", "pedigree_fam"]): { "tags": [FamilyTags.PEDIGREE], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.SCOUT, UsageTags.LONG_TERM_STORAGE], }, frozenset(["sambamba_depth", "qc_bam"]): { @@ -163,17 +163,17 @@ }, frozenset(["peddy", "peddy"]): { "tags": [BioinfoToolsTags.PEDDY, FamilyTags.PED], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.AUDIT, UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY], }, frozenset(["peddy", "ped_check"]): { "tags": [BioinfoToolsTags.PEDDY, QCTags.PED_CHECK], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.AUDIT, UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY], }, frozenset(["peddy", "sex_check"]): { "tags": [BioinfoToolsTags.PEDDY, QCTags.SEX_CHECK], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.AUDIT, UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY], }, frozenset(["deepvariant", "report"]): { @@ -183,17 +183,17 @@ }, frozenset(["paraphase", "paraphase"]): { "tags": [AlignmentTags.BAM, BioinfoToolsTags.PARAPHASE], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["paraphase", "paraphase_index"]): { "tags": [AlignmentTags.BAM_INDEX, BioinfoToolsTags.PARAPHASE], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["paraphase", "json"]): { "tags": [BioinfoToolsTags.PARAPHASE, ReportTags.JSON], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["paraphrase", "json"]): { @@ -218,32 +218,32 @@ }, frozenset(["sorted_repeats", "vcf_str"]): { "tags": [NalloTags.REPEATS, NalloTags.SORTED, VariantTags.VCF], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["sorted_repeats", "vcf_str_index"]): { "tags": [NalloTags.REPEATS, NalloTags.SORTED, VariantTags.VCF_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["spanning_repeats", "bam"]): { "tags": [NalloTags.REPEATS, NalloTags.SPANNING, AlignmentTags.BAM], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["spanning_repeats", "bam_index"]): { "tags": [NalloTags.REPEATS, NalloTags.SPANNING, AlignmentTags.BAM_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["repeats_annotated", "vcf_str"]): { "tags": [VariantTags.VCF_STR], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["repeats_annotated", "vcf_str_index"]): { "tags": [VariantTags.VCF_STR_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["trgt", "variant_catalog"]): { @@ -293,32 +293,32 @@ }, frozenset(["svs_per_caller", "vcf_hificnv"]): { "tags": [BioinfoToolsTags.HIFICNV, VariantTags.VCF], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_hificnv_index"]): { "tags": [BioinfoToolsTags.HIFICNV, VariantTags.VCF_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_sawfish"]): { "tags": [BioinfoToolsTags.SAWFISH, VariantTags.VCF], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_sawfish_index"]): { "tags": [BioinfoToolsTags.SAWFISH, VariantTags.VCF_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_severus"]): { "tags": [BioinfoToolsTags.SEVERUS, VariantTags.VCF], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_severus_index"]): { "tags": [BioinfoToolsTags.SEVERUS, VariantTags.VCF_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.LONG_TERM_STORAGE], }, frozenset(["svs_per_caller", "vcf_sniffles"]): { @@ -338,17 +338,17 @@ }, frozenset(["copy_number", "bedgraph"]): { "tags": [VariantTags.CNV, NalloTags.BEDGRAPH], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["depth_track", "bigwig"]): { "tags": [BioinfoToolsTags.HIFICNV, AnalysisTags.BIGWIG], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["maf_depth_track", "bigwig"]): { "tags": [BioinfoToolsTags.HIFICNV, AnalysisTags.BIGWIG, NalloTags.MAF], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["gens_generatedata", "baf"]): { @@ -373,12 +373,12 @@ }, frozenset(["phase_blocks", "gtf"]): { "tags": [BioinfoToolsTags.WHATSHAP, AnalysisTags.PHASE_BLOCKS], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset(["phase_blocks", "gtf_index"]): { "tags": [BioinfoToolsTags.WHATSHAP, AnalysisTags.PHASE_BLOCKS_INDEX], - "is_mandatory": True, + "is_mandatory": False, "used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE], }, frozenset({"multiqc", "multiqc-json"}): { diff --git a/docs/nallo_map.md b/docs/nallo_map.md index edffd78..a090b35 100644 --- a/docs/nallo_map.md +++ b/docs/nallo_map.md @@ -1,83 +1,78 @@ -| Nallo tags | Mandatory | HK tags | Used by | -|----------------------------------------------------|-------------|-----------------------------------|---------------------------------------------| -| alignment_haplotags, alignment | True | cram, haplotags | scout, clinical-delivery, long-term-storage | -| alignment_haplotags_index, alignment | True | cram-index, haplotags | scout, clinical-delivery, long-term-storage | -| assembly, summary_hap1 | False | hap1, assembly, assembly-summary | clinical-delivery, long-term-storage | -| summary_hap2, assembly | False | hap2, assembly, assembly-summary | clinical-delivery, long-term-storage | -| assembly_aligned, assembly | False | cram, assembly | clinical-delivery, long-term-storage | -| assembly, assembly_aligned_index | False | cram-index, assembly | clinical-delivery, long-term-storage | -| baf, gens_generatedata | False | gens, fracsnp, bed | scout | -| baf_index, gens_generatedata | False | gens, fracsnp, bed-index | scout | -| cov, gens_generatedata | False | gens, coverage, bed | scout | -| cov_index, gens_generatedata | False | gens, coverage, bed-index | scout | -| modkit_hap1, methylation_pileup | False | bed, hap1, modkit-pileup | clinical-delivery, long-term-storage | -| modkit_hap1_index, methylation_pileup | False | bed-index, hap1, modkit-pileup | clinical-delivery, long-term-storage | -| modkit_hap2, methylation_pileup | False | bed, hap2, modkit-pileup | clinical-delivery, long-term-storage | -| modkit_hap2_index, methylation_pileup | False | bed-index, hap2, modkit-pileup | clinical-delivery, long-term-storage | -| modkit_ungrouped, methylation_pileup | False | bed, ungrouped, modkit-pileup | clinical-delivery, long-term-storage | -| modkit_ungrouped_index, methylation_pileup | False | bed-index, ungrouped, modkit-pileup | clinical-delivery, long-term-storage | -| methbat_hap1, methylation_pileup | True | bed, hap1, methbat-pileup | clinical-delivery, long-term-storage | -| methbat_hap1_index, methylation_pileup | True | bed-index, hap1, methbat-pileup | clinical-delivery, long-term-storage | -| methbat_hap2, methylation_pileup | True | bed, hap2, methbat-pileup | clinical-delivery, long-term-storage | -| methbat_hap2_index, methylation_pileup | True | bed-index, hap2, methbat-pileup | clinical-delivery, long-term-storage | -| methbat_combined, methylation_pileup | True | bed, combined, methbat-pileup | clinical-delivery, long-term-storage | -| methbat_combined_index, methylation_pileup | True | bed-index, combined, modkit-pileup | clinical-delivery, long-term-storage | -| methbat_profile, methylation_calling | True | methylation-tsv, methbat-profile | scout, clinical-delivery, long-term-storage | -| mosdepth_d4, qc_bam | False | coverage, d4 | scout, clinical-delivery, long-term-storage | -| multiqc-html, multiqc | True | multiqc-html | scout, clinical-delivery, long-term-storage | -| pedigree_fam, pedigree | True | pedigree | clinical-delivery, scout, long-term-storage | -| relate_html, somalier | True | somalier, relate-html | clinical-delivery, scout, long-term-storage | -| relate_pairs, somalier | True | somalier, relate-pairs | scout, long-term-storage | -| relate_samples, somalier | True | somalier, relate-samples | scout, long-term-storage | -| peddy | True | peddy, ped | audit, scout, clinical-delivery | -| ped_check, peddy | True | peddy, ped-check | audit, scout, clinical-delivery | -| peddy, sex_check | True | peddy, sex-check | audit, scout, clinical-delivery | -| deepvariant, report | True | deepvariant-report | clinical-delivery, long-term-storage | -| paraphase | True | cram, paraphase | clinical-delivery, long-term-storage | -| paraphase_index, paraphase | True | cram-index, paraphase | clinical-delivery, long-term-storage | -| json, paraphase | True | paraphase, json | clinical-delivery, long-term-storage | -| json, paraphrase | False | paraphrase, json | clinical-delivery, long-term-storage | -| tsv, paraphrase | False | paraphrase, tsv | clinical-delivery, long-term-storage | -| vcf, paraphase | False | paraphase, vcf | clinical-delivery, long-term-storage | -| vcf_index, paraphase | False | paraphase, vcf-index | clinical-delivery, long-term-storage | -| sambamba_depth | True | coverage, sambamba_depth | cg, long-term-storage | -| sorted_repeats, vcf_str | True | repeats, sorted, vcf | long-term-storage | -| sorted_repeats, vcf_str_index | True | repeats, sorted, vcf-index | long-term-storage | -| spanning_repeats, cram | True | repeats, spanning, cram | long-term-storage | -| spanning_repeats, cram_index | True | repeats, spanning, cram-index | long-term-storage | -| rank-model-snv | True | rank-model-snv | scout, long-term-storage | -| rank-model-sv | True | rank-model-sv | scout, long-term-storage | -| repeats_annotated, vcf_str | True | vcf-str | scout, clinical-delivery, long-term-storage | -| repeats_annotated, vcf_str | True | vcf-str | scout, clinical-delivery, long-term-storage | -| repeats_annotated, vcf_str_index | True | vcf-str-index | scout, clinical-delivery, long-term-storage | -| trgt, variant_catalog | True | trgt, variant-catalog | scout, long-term-storage | -| vcf_snv_research, snv_annotated | True | vcf-snv-research | scout, clinical-delivery, long-term-storage | -| vcf_snv_research_index, snv_annotated | True | vcf-snv-research-index | scout, clinical-delivery, long-term-storage | -| vcf_snv_clinical, snv_annotated_filtered | True | vcf-snv-clinical | scout, clinical-delivery, long-term-storage | -| vcf_snv_clinical_index, snv_annotated_filtered | True | vcf-snv-clinical-index | scout, clinical-delivery, long-term-storage | -| vcf_sv_research, sv_annotated_ranked | True | vcf-sv-research | scout, clinical-delivery, long-term-storage | -| vcf_sv_research_index, sv_annotated_ranked | True | vcf-sv-research-index | scout, clinical-delivery, long-term-storage | -| vcf_sv_clinical, sv_annotated_ranked_filtered | True | vcf-sv-clinical | scout, clinical-delivery, long-term-storage | -| vcf_sv_clinical_index, sv_annotated_ranked_filtered | True | vcf-sv-clinical-index | scout, clinical-delivery, long-term-storage | -| svs_per_caller, vcf_hificnv | True | hificnv, vcf | long-term-storage | -| svs_per_caller, vcf_hificnv_index | True | hificnv, vcf-index | long-term-storage | -| svs_per_caller, vcf_sawfish | True | sawfish, vcf | long-term-storage | -| svs_per_caller, vcf_sawfish_index | True | sawfish, vcf-index | long-term-storage | -| svs_per_caller, vcf_severus | True | severus, vcf | long-term-storage | -| svs_per_caller, vcf_severus_index | True | severus, vcf-index | long-term-storage | -| svs_per_caller, vcf_sniffles | True | sniffles1, vcf | long-term-storage | -| svs_per_caller, vcf_sniffles_index | True | sniffles1, vcf-index | long-term-storage | -| copy_number, bedgraph | True | cnv, bedgraph | clinical-delivery, long-term-storage | -| depth_track, bigwig | True | hificnv, bigwig | clinical-delivery, long-term-storage | -| maf_depth_track, bigwig | True | hificnv, bigwig, maf | clinical-delivery, long-term-storage | -| multiqc-json, multiqc | True | multiqc-json | long-term-storage | -| nextflow-params | True | nextflow-params | cg, long-term-storage | -| nextflow-config | True | nextflow-config | cg, long-term-storage | -| samplesheet | True | nextflow-samplesheet | cg, long-term-storage | -| software-versions | True | software-versions | cg, clinical-delivery, long-term-storage | -| qc-metrics | True | qc-metrics, deliverable | cg, long-term-storage | -| whatshap, gtf | True | bam, paraphase | scout, clinical-delivery, long-term-storage | -| whatshap, gtf_index | True | bam, paraphase | scout, clinical-delivery, long-term-storage | -| manifest | False | manifest | scout, long-term-storage | -| chromograph_rhoviz, autozyg | False | chromograph, autozyg | scout | -| tcov, chromograph_cov | False | chromograph, tcov | scout \ No newline at end of file +| Nallo tags | Mandatory | HK tags | Used by | +|-----------------------------------------------------|-------------|-------------------------------------|---------------------------------------------| +| alignment_haplotags, alignment | False | bam, haplotags | scout, clinical-delivery, long-term-storage | +| alignment_haplotags_index, alignment | False | bam-index, haplotags | scout, clinical-delivery, long-term-storage | +| assembly, summary_hap1 | False | hap1, assembly, assembly-summary | clinical-delivery, long-term-storage | +| summary_hap2, assembly | False | hap2, assembly, assembly-summary | clinical-delivery, long-term-storage | +| assembly_aligned, assembly | False | bam, assembly | clinical-delivery, long-term-storage | +| assembly, assembly_aligned_index | False | bam-index, assembly | clinical-delivery, long-term-storage | +| baf, gens_generatedata | False | gens, fracsnp, bed | scout | +| baf_index, gens_generatedata | False | gens, fracsnp, bed-index | scout | +| cov, gens_generatedata | False | gens, coverage, bed | scout | +| cov_index, gens_generatedata | False | gens, coverage, bed-index | scout | +| modkit_hap1, methylation_pileup | False | bed, hap1, modkit-pileup | clinical-delivery, long-term-storage | +| modkit_hap1_index, methylation_pileup | False | bed-index, hap1, modkit-pileup | clinical-delivery, long-term-storage | +| modkit_hap2, methylation_pileup | False | bed, hap2, modkit-pileup | clinical-delivery, long-term-storage | +| modkit_hap2_index, methylation_pileup | False | bed-index, hap2, modkit-pileup | clinical-delivery, long-term-storage | +| modkit_ungrouped, methylation_pileup | False | bed, ungrouped, modkit-pileup | clinical-delivery, long-term-storage | +| modkit_ungrouped_index, methylation_pileup | False | bed-index, ungrouped, modkit-pileup | clinical-delivery, long-term-storage | +| methbat_hap1, methylation_pileup | False | bed, hap1, methbat-pileup | clinical-delivery, long-term-storage | +| methbat_hap1_index, methylation_pileup | False | bed-index, hap1, methbat-pileup | clinical-delivery, long-term-storage | +| methbat_hap2, methylation_pileup | False | bed, hap2, methbat-pileup | clinical-delivery, long-term-storage | +| methbat_hap2_index, methylation_pileup | False | bed-index, hap2, methbat-pileup | clinical-delivery, long-term-storage | +| methbat_combined, methylation_pileup | False | bed, combined, methbat-pileup | clinical-delivery, long-term-storage | +| methbat_combined_index, methylation_pileup | False | bed-index, combined, modkit-pileup | clinical-delivery, long-term-storage | +| methbat_profile, methylation_calling | False | methylation-tsv, methbat-profile | scout, clinical-delivery, long-term-storage | +| mosdepth_d4, qc_bam | False | coverage, d4 | scout, clinical-delivery, long-term-storage | +| multiqc-html, multiqc | True | multiqc-html | scout, clinical-delivery, long-term-storage | +| pedigree_fam, pedigree | False | pedigree | clinical-delivery, scout, long-term-storage | +| relate_html, somalier | True | somalier, relate-html | clinical-delivery, scout, long-term-storage | +| relate_pairs, somalier | True | somalier, relate-pairs | scout, long-term-storage | +| relate_samples, somalier | True | somalier, relate-samples | scout, long-term-storage | +| peddy | False | peddy, ped | audit, scout, clinical-delivery | +| ped_check, peddy | False | peddy, ped-check | audit, scout, clinical-delivery | +| peddy, sex_check | False | peddy, sex-check | audit, scout, clinical-delivery | +| deepvariant, report | True | deepvariant-report | clinical-delivery, long-term-storage | +| paraphase | True | bam, paraphase | clinical-delivery, long-term-storage | +| paraphase_index, paraphase | True | bam-index, paraphase | clinical-delivery, long-term-storage | +| json, paraphase | True | paraphase, json | clinical-delivery, long-term-storage | +| vcf, paraphase | False | paraphase, vcf | clinical-delivery, long-term-storage | +| vcf_index, paraphase | False | paraphase, vcf-index | clinical-delivery, long-term-storage | +| sambamba_depth | True | coverage, sambamba_depth | cg, long-term-storage | +| sorted_repeats, vcf_str | False | repeats, sorted, vcf | long-term-storage | +| sorted_repeats, vcf_str_index | False | repeats, sorted, vcf-index | long-term-storage | +| spanning_repeats, bam | False | repeats, spanning, bam | long-term-storage | +| spanning_repeats, bam_index | False | repeats, spanning, bam-index | long-term-storage | +| repeats_annotated, vcf_str | False | vcf-str | scout, clinical-delivery, long-term-storage | +| repeats_annotated, vcf_str_index | False | vcf-str-index | scout, clinical-delivery, long-term-storage | +| trgt, variant_catalog | True | trgt, variant-catalog | scout, long-term-storage | +| vcf_snv_research, snv_annotated | True | vcf-snv-research | scout, clinical-delivery, long-term-storage | +| vcf_snv_research_index, snv_annotated | True | vcf-snv-research-index | scout, clinical-delivery, long-term-storage | +| vcf_snv_clinical, snv_annotated_filtered | True | vcf-snv-clinical | scout, clinical-delivery, long-term-storage | +| vcf_snv_clinical_index, snv_annotated_filtered | True | vcf-snv-clinical-index | scout, clinical-delivery, long-term-storage | +| vcf_sv_research, sv_annotated_ranked | True | vcf-sv-research | scout, clinical-delivery, long-term-storage | +| vcf_sv_research_index, sv_annotated_ranked | True | vcf-sv-research-index | scout, clinical-delivery, long-term-storage | +| vcf_sv_clinical, sv_annotated_ranked_filtered | True | vcf-sv-clinical | scout, clinical-delivery, long-term-storage | +| vcf_sv_clinical_index, sv_annotated_ranked_filtered | True | vcf-sv-clinical-index | scout, clinical-delivery, long-term-storage | +| svs_per_caller, vcf_hificnv | False | hificnv, vcf | long-term-storage | +| svs_per_caller, vcf_hificnv_index | False | hificnv, vcf-index | long-term-storage | +| svs_per_caller, vcf_sawfish | False | sawfish, vcf | long-term-storage | +| svs_per_caller, vcf_sawfish_index | False | sawfish, vcf-index | long-term-storage | +| svs_per_caller, vcf_severus | False | severus, vcf | long-term-storage | +| svs_per_caller, vcf_severus_index | False | severus, vcf-index | long-term-storage | +| svs_per_caller, vcf_sniffles | True | sniffles1, vcf | long-term-storage | +| svs_per_caller, vcf_sniffles_index | True | sniffles1, vcf-index | long-term-storage | +| copy_number, bedgraph | False | cnv, bedgraph | clinical-delivery, long-term-storage | +| depth_track, bigwig | False | hificnv, bigwig | clinical-delivery, long-term-storage | +| maf_depth_track, bigwig | False | hificnv, bigwig, maf | clinical-delivery, long-term-storage | +| multiqc-json, multiqc | True | multiqc-json | long-term-storage | +| nextflow-params | True | nextflow-params | cg, long-term-storage | +| nextflow-config | True | nextflow-config | cg, long-term-storage | +| samplesheet | True | nextflow-samplesheet | cg, long-term-storage | +| software-versions | True | software-versions | cg, clinical-delivery, long-term-storage | +| qc-metrics | True | qc-metrics, deliverable | cg, long-term-storage | +| whatshap, gtf | False | bam, paraphase | scout, clinical-delivery, long-term-storage | +| whatshap, gtf_index | False | bam, paraphase | scout, clinical-delivery, long-term-storage | +| manifest | False | manifest | scout, long-term-storage | +| chromograph_rhoviz, autozyg | False | chromograph, autozyg | scout | +| tcov, chromograph_cov | False | chromograph, tcov | scout