Skip to content

Commit

Permalink
fix indexing part
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 1, 2024
1 parent b5d0a91 commit 49fdd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/bin/concatenate_bam.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
pass
bam_out.write(record)

pysam.index(bam_out)
pysam.index(args.out)

0 comments on commit 49fdd56

Please sign in to comment.