Skip to content

Commit

Permalink
Add back a missing run()
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Feb 15, 2024
1 parent 61ec21b commit 508b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentieon_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def dnascope_longread(
read_flag_mask="drop=supplementary",
)
)
shlex.join(driver.build_cmd())
run(shlex.join(driver.build_cmd()))

run(
f"bcftools view -T {unphased_bed} {phased_vcf} \
Expand Down

0 comments on commit 508b144

Please sign in to comment.