Skip to content

Commit

Permalink
Merge branch 'feature/fix-pysam' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjvincent committed Jun 14, 2018
2 parents c58d487 + 4acd399 commit e2a6636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2gtools/bsam.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def convert_bam_file(vci_file, file_in, file_out, reverse=False):

LOG.info("Converting BAM file")

new_header = sam_file.header
new_header = sam_file.header.to_dict()

# replace 'HD'
new_header['HD'] = {'VN': 1.0, 'SO': 'coordinate'}
Expand Down

0 comments on commit e2a6636

Please sign in to comment.