Skip to content

Commit c66e086

Browse files
authored
Merge pull request #309 from odoublewen/patch-1
Update calignmentfile.pyx
2 parents 6ad7dd1 + 808d887 commit c66e086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysam/calignmentfile.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ cdef class AlignmentFile:
589589
raise ValueError(
590590
("file has no sequences defined (mode='%s') - "
591591
"is it SAM/BAM format? Consider opening with "
592-
"check_seq=True") % mode)
592+
"check_sq=False") % mode)
593593

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

0 commit comments

Comments
 (0)