Skip to content

Commit

Permalink
Merge pull request #309 from odoublewen/patch-1
Browse files Browse the repository at this point in the history
Update calignmentfile.pyx
  • Loading branch information
AndreasHeger committed Jul 1, 2016
2 parents 6ad7dd1 + 808d887 commit c66e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysam/calignmentfile.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ cdef class AlignmentFile:
raise ValueError(
("file has no sequences defined (mode='%s') - "
"is it SAM/BAM format? Consider opening with "
"check_seq=True") % mode)
"check_sq=False") % mode)

if self.htsfile == NULL:
raise IOError("could not open file `%s`" % filename )
Expand Down

0 comments on commit c66e086

Please sign in to comment.