Skip to content

Commit

Permalink
test: target instead of confidence regions
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Apr 17, 2024
1 parent b68c6ba commit e66c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/eval.smk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rule normalize_calls:
bcf="results/filtered-variants/{callset}.bcf",
ref="resources/reference/genome.fasta",
ref_index="resources/reference/genome.fasta.fai",
regions=get_confidence_regions,
regions=get_target_regions,
output:
"results/normalized-variants/{callset}.vcf.gz",
log:
Expand Down

0 comments on commit e66c82e

Please sign in to comment.