Skip to content

Commit

Permalink
use correct fixed_file as output
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 3, 2025
1 parent a25cb94 commit c125e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwaspy/check_alleles/check_alleles.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def fix_alleles(
"""
)

b.write_output(j.stats,
b.write_output(j.fixed_file,
f'{out_dir}/check_alleles/{output_name}.alleles.fixed')

return j
Expand Down

0 comments on commit c125e58

Please sign in to comment.