Skip to content

Commit 087e845

Browse files
committed
Filter out upstream and downstream variants by default
1 parent b9d393e commit 087e845

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ANNOTATION:
3838
FILTER_INCLUDE: # see: https://pcingola.github.io/SnpEff/adds/VCFannotationformat_v1.0.pdf
3939
# IMPACT: [HIGH, MODERATE, LOW]
4040
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
41+
EFFECT: [upstream_gene_variant, downstream_gene_variant]
42+
VARIANT_NAME_PATTERN: "{GENE}:{coalesce(HGVS_P, HGVS_C)}" # dplyr's coalesce finds the first non-missing element
4343
DEMIX:
4444
PATHOGEN: "SARS-CoV-2"
4545
MIN_QUALITY: 20

0 commit comments

Comments
 (0)