Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 21, 2024
1 parent 13ac93b commit f86c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chew/fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def run(config: Config):
else:
samtools_idxstats_out = None

if config.step_bcftools_roh and autosomal_fingerprint:
if config.step_bcftools_roh and autosomal_fingerprint is not None:
roh_txt_contents = bcftools_roh_step(
sample=sample, release=genome_release, autosomal_fingerprint=autosomal_fingerprint
)
Expand Down

0 comments on commit f86c3b2

Please sign in to comment.