Skip to content

Commit

Permalink
Add missing snpeff option
Browse files Browse the repository at this point in the history
  • Loading branch information
SeviJordi committed Oct 4, 2023
1 parent 5ca3f0e commit b02145e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/vaf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ rule variants_effect:
LOGDIR / "variants_effect" / "log.txt"
shell:
"""
snpeff {params.ref_name} {input.vcf} > {output.ann_vcf}
snpeff eff {params.ref_name} {input.vcf} > {output.ann_vcf}
rm snpEff_genes.txt snpEff_summary.html
"""

rule vcf_to_tsv:
Expand Down

0 comments on commit b02145e

Please sign in to comment.