Skip to content

Commit

Permalink
index file after fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 3, 2025
1 parent c125e58 commit 4178cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gwaspy/check_alleles/check_alleles.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def fix_alleles(
j.command(
f"""
bcftools +fixref {vcf['vcf']} -Ob -o {j.fixed_file['bcf']} -- -f {ref_fasta['ref_fasta']} -m {allele_mode}
bcftools index --force {j.fixed_file['bcf']} --output {j.fixed_file['bcf.csi']} --threads {ncpu}
"""
)

Expand Down

0 comments on commit 4178cc1

Please sign in to comment.