Skip to content

Commit

Permalink
don't use show_progress for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Jun 7, 2021
1 parent f0463ad commit 1e35266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynast/preprocessing/bam.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ def parse_all_reads(
utils.mkstemp(temp_dir, delete=True),
n=n_splits,
n_threads=n_threads,
show_progress=False,
)
for path, _ in splits.values():
pysam.index(path, f'{path}.bai', '-@', str(n_threads))
Expand Down

0 comments on commit 1e35266

Please sign in to comment.