Skip to content

Releases: davidlougheed/strkit

Version 0.8.0 alpha 27

19 Apr 15:10
Compare
Choose a tag to compare
Pre-release
  • feat[call]: better peak sorting
  • chore[call]: revert to old SNV-finding code, but integrating candidate IDs
  • fix[call]: off by one error with SNVs

Version 0.8.0 alpha 26

18 Apr 20:41
Compare
Choose a tag to compare
Pre-release
  • feat[call]: include rsID and ref base if available for final locus SNV list
  • perf[call]: optimize SNV-related code
  • fix[call]: crash with no-coverage loci

Version 0.8.0 alpha 25

18 Apr 18:21
Compare
Choose a tag to compare
Pre-release
  • chore[call]: translate contigs when using new dbSNP with RefSeq accession IDs

Version 0.8.0 alpha 24

18 Apr 14:09
Compare
Choose a tag to compare
Pre-release
  • feat[call]: dbSNP-informed SNV calling
  • feat[call]: dump callset contigs for use in MI calc
  • chore[call]: don't split bootstrap iters by n of alleles when SNV-informed calling
  • fix[call]: peak ordering when using SNVs
  • perf[mi]: limit contig set to what is in loci dict if specified
  • chore[mi]: log call loading for strkit
  • fix[mi]: handle strkit peaks being None sometimes

Version 0.8.0 alpha 23

15 Apr 15:38
Compare
Choose a tag to compare
Pre-release
  • chore[call]: require a minimum total called-in-read count when computing useful SNVs

Version 0.8.0 alpha 22

14 Apr 15:40
Compare
Choose a tag to compare
Pre-release
  • fix[call]: handle missing snv_bases property for reads
  • chore[call]: tweak a log message

Version 0.8.0 alpha 21

14 Apr 15:18
Compare
Choose a tag to compare
Pre-release
  • chore[call]: don't look for SNVs in areas near soft-clipped regions
  • chore[call]: skip SNV method when many reads are realigned to avoid bias

Version 0.8.0 alpha 20

14 Apr 03:10
Compare
Choose a tag to compare
Pre-release
  • chore[call]: increase minimum entropy for SNV regions to 1.8

Version 0.8.0 alpha 19

13 Apr 12:30
Compare
Choose a tag to compare
Pre-release
  • feat[call]: check entropy of area surrounding SNV to eliminate low-quality SNVs

Version 0.8.0 alpha 18

11 Apr 21:20
Compare
Choose a tag to compare
Pre-release
  • chore[call]: tweak distance/clustering parameters for hopefully better SNV+dist clustering