Skip to content

Commit

Permalink
fix: add gzi and fai
Browse files Browse the repository at this point in the history
  • Loading branch information
jlanga committed Nov 12, 2024
1 parent db7974b commit 3e647f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/variants/call.smk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ rule variants__call__combine_gvcfs:
vcf_gzs=get_files_to_genotype,
reference=REFERENCE / "genome.fa.gz",
dict_=REFERENCE / "genome.dict",
fai=REFERENCE / "genome.fa.gz.fai",
gzi=REFERENCE / "genome.fa.gz.gzi",
output:
vcf_gz=CALL / "{region}.vcf.gz",
log:
Expand Down

0 comments on commit 3e647f3

Please sign in to comment.