Skip to content

Commit

Permalink
Merge pull request #34 from broadinstitute/dp-sort-empty
Browse files Browse the repository at this point in the history
bugfix minimap2_idxstats
  • Loading branch information
dpark01 committed Jun 22, 2020
2 parents a1a93d7 + e6fae9c commit 424a116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion read_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,6 @@ def minimap2_idxstats(inBam, refFasta, outBam=None, outStats=None):

ref_indexed = util.file.mkstempfname('.reference.fasta')
shutil.copyfile(refFasta, ref_indexed)
mm2.index(ref_indexed)

mm2.align_bam(inBam, ref_indexed, bam_aligned)

Expand Down

0 comments on commit 424a116

Please sign in to comment.