Skip to content

Commit

Permalink
Merge pull request #415 from genomic-medicine-sweden/soft_filter_fix
Browse files Browse the repository at this point in the history
fix: avoid clash with earlier filter annotation
  • Loading branch information
jonca79 authored Feb 26, 2024
2 parents 5871486 + 03e0a0e commit 0938808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/filters/config_soft_filter_umi_vep105.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filters:
germline:
description: "Hard filter germline"
expression: "(VEP:gnomAD_AF > 0.005)"
soft_filter_flag: "germline"
soft_filter_flag: "germline_gnomad"
soft_filter: "True"
af_snv:
description: "Hard filter SNV variants with low vaf"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ drmaa
cyvcf2==0.30.16
tabulate<0.9.0
pulp<2.8
smart_open<7.0.0

0 comments on commit 0938808

Please sign in to comment.