Skip to content

Commit

Permalink
quote has_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Apr 29, 2024
1 parent 0d0b513 commit d30fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snappy_wrappers/wrappers/eb_filter/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
filter=$(echo "$filter" | sed -e "s/^ || //")
ann="CSQ"
zgrep -q "^##INFO=<ID=CSQ," {snakemake.input.vcf} || ann="ANN"
if [[ {has_annotation} == "True" ]]; then
if [[ '{has_annotation}' == "True" ]]; then
filter="$filter || $ann ~ \"stream_gene_variant\""
else
filter="$filter"
Expand Down

0 comments on commit d30fa30

Please sign in to comment.