Skip to content

Releases: peterk87/xlavir

xlavir v0.4.0

23 Apr 18:16
912ada1
Compare
Choose a tag to compare
  • Adds "Variants Summary" sheet summarizing variant information across all samples (#7)
  • Adds comments to AF values in "Variant Matrix" sheet
  • Fixes width/height of cell comments to be based on length of comment text

xlavir v0.3.0 - Ct values table support

23 Apr 15:50
7302c17
Compare
Choose a tag to compare

This release adds support for adding Ct values from a Ct values table into an xlavir report.

xlavir v0.2.4 - bugfix patch release

19 Apr 16:11
58bbbf1
Compare
Choose a tag to compare

Fixes issue with SnpSift table file parsing and variable naming in variants.py (#4, #5)

xlavir v0.2.3 - bugfix patch release

19 Apr 15:45
59c0894
Compare
Choose a tag to compare

Fixes issue with SnpSift table file parsing. Adds check to see if SnpSift column is dtype object/str before using .str Series methods (#4)

xlavir v0.2.2 - bugfix patch release

30 Mar 09:32
ec5ec4f
Compare
Choose a tag to compare

Fixes issue with SnpEff/SnpSift AA change parsing.

xlavir v0.2.1 - bugfix patch release

29 Mar 22:21
aeed190
Compare
Choose a tag to compare

Patch release to fix division by zero error due to variants with DP values of 0

xlavir v0.2.0

05 Mar 03:17
5988ecc
Compare
Choose a tag to compare

See changelog for release info.

xlavir version 0.1.1 - patch release

20 Feb 15:57
Compare
Choose a tag to compare

Try to fix PyPI deployment issue

xlavir initial release version 0.1.0

20 Feb 15:50
Compare
Choose a tag to compare
v0.1.0

Variant map header row height set from max column string length by a …