We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1193053
cstag.call
a15ee0f
7825101
1d0a1f2
to_html
N
cc48cbd
b652169
update test_html to compare objects, not files
test_html
298c430
Tests on Windows
941ef87
Add CSTAG arg to handle softclips.
CSTAG
def test_softclip(): CSTAG = "cs:Z:=ACGT*ac+gg-cc=T" CIGAR = "2S5M2I2D1M" QUAL = "AAAA!!!!AA" assert cstag.mask(CSTAG, CIGAR, QUAL) == "cs:Z:=ACNN*an+ng-cc=T"
8f7cd8b
Implement cstag.mask() #7
cstag.mask()
495a1ae
Implemented cstag.to_html() #4