Skip to content

Commit

Permalink
fix: snakefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Jan 9, 2025
1 parent 4bc016d commit e78b133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/rules/eval.smk
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ rule remove_non_pass:

rule calculate_vaf:
input:
"results/filtered-variants/{callset}.bcf"
"results/filtered-variants/{callset}.bcf",
output:
"results/calculate-vaf/{callset}.added-vaf.bcf"
"results/calculate-vaf/{callset}.added-vaf.bcf",
log:
"logs/calculate-vaf/"
"logs/calculate-vaf/",
conda:
"../envs/cyvcf.yaml"
script:
Expand Down

0 comments on commit e78b133

Please sign in to comment.