Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Feb 14, 2025
1 parent 077b53d commit 72e0071
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions cg_hermes/config/nallo.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
frozenset(["snv_annotated", "vcf_snv_research"]): {
"tags": [
VariantTags.VCF_SNV_RESEARCH
],
"tags": [VariantTags.VCF_SNV_RESEARCH],
"is_mandatory": True,
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
Expand All @@ -211,9 +209,7 @@
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
frozenset(["snv_annotated_filtered", "vcf_snv_clinical"]): {
"tags": [
VariantTags.VCF_SNV_CLINICAL
],
"tags": [VariantTags.VCF_SNV_CLINICAL],
"is_mandatory": True,
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
Expand All @@ -223,9 +219,7 @@
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
frozenset(["sv_annotated_ranked", "vcf_sv_research"]): {
"tags": [
VariantTags.VCF_SV_RESEARCH
],
"tags": [VariantTags.VCF_SV_RESEARCH],
"is_mandatory": True,
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
Expand All @@ -235,9 +229,7 @@
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
frozenset(["sv_annotated_ranked_filtered", "vcf_sv_clinical"]): {
"tags": [
VariantTags.VCF_SV_CLINICAL
],
"tags": [VariantTags.VCF_SV_CLINICAL],
"is_mandatory": True,
"used_by": [UsageTags.SCOUT, UsageTags.CLINICAL_DELIVERY, UsageTags.LONG_TERM_STORAGE],
},
Expand Down

0 comments on commit 72e0071

Please sign in to comment.