Skip to content

Releases: akikuno/cstag

0.5.0

30 Aug 10:41
Compare
Choose a tag to compare
  • change the overall code of cstag.call
  • connect to zenodo

0.4.2

25 Aug 23:38
Compare
Choose a tag to compare
  • add cstag.call to generate a cstag

0.4.1

08 Jun 07:19
Compare
Choose a tag to compare
  • add cstag.call to generate a cstag

0.4.0

06 Jun 04:48
Compare
Choose a tag to compare
  • update to_html: visualize N at the beginning

0.3.1

16 Sep 20:23
Compare
Choose a tag to compare
  • update to_html to return an objects, not a file.
  • tidy up tests

0.3.0

14 Sep 04:07
Compare
Choose a tag to compare

update test_html to compare objects, not files

0.2.3

18 Jun 06:39
Compare
Choose a tag to compare

Tests on Windows

0.2.2

31 Mar 04:48
Compare
Choose a tag to compare

Add CSTAG arg to handle softclips.

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"

0.2.0

19 Mar 08:19
Compare
Choose a tag to compare

Implement cstag.mask() #7

0.1.1

18 Mar 06:05
Compare
Choose a tag to compare

Implemented cstag.to_html() #4