We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d393e commit 087e845Copy full SHA for 087e845
1 file changed
config/config.yaml
@@ -38,8 +38,8 @@ ANNOTATION:
38
FILTER_INCLUDE: # see: https://pcingola.github.io/SnpEff/adds/VCFannotationformat_v1.0.pdf
39
# IMPACT: [HIGH, MODERATE, LOW]
40
FILTER_EXCLUDE:
41
- # EFFECT: [upstream_gene_variant, downstream_gene_variant]
42
- VARIANT_NAME_PATTERN: "{GENE}:{coalesce(HGVS_P, HGVS_C)}" # coalesce finds the first non-missing element
+ EFFECT: [upstream_gene_variant, downstream_gene_variant]
+ VARIANT_NAME_PATTERN: "{GENE}:{coalesce(HGVS_P, HGVS_C)}" # dplyr's coalesce finds the first non-missing element
43
DEMIX:
44
PATHOGEN: "SARS-CoV-2"
45
MIN_QUALITY: 20
0 commit comments