You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enum constants representing CIGAR operations are documented are documented as having names like BAM_CMATCH, BAM_CINS etc. But the actual constants in the pysam module are named pysam.CMATCH, pysam.CINS etc, without the BAM_ prefix.
The text was updated successfully, but these errors were encountered:
The enum constants representing CIGAR operations are documented are documented as having names like BAM_CMATCH, BAM_CINS etc. But the actual constants in the pysam module are named pysam.CMATCH, pysam.CINS etc, without the BAM_ prefix.
The text was updated successfully, but these errors were encountered: