Skip to content

Releases: BirolLab/straglr

v1.5.6

24 Nov 02:57

Choose a tag to compare

Added r'' around regex pattern to comply with Python3.12

v1.5.5

10 Sep 16:18

Choose a tag to compare

Minor VCF changes

  1. INFO <END> added for backward compatibility issue#73
  2. FORMAT <AD> renamed to <AS> for reporting allelic read support issue#69

v1.5.4

26 Jul 05:21

Choose a tag to compare

Large partial alleles included in genotype calls

v1.5.3

25 Nov 05:30

Choose a tag to compare

VCF output fixes

v1.5.2

26 Sep 22:46

Choose a tag to compare

  • new post-processing of GMM clustering results
  • VCF v4.5

v1.5.1

19 Jul 20:50

Choose a tag to compare

  1. Motif can be - (not specified) in BED file for genotyping (e.g. useful for RFC1)
  2. --symbolic to output ALT alleles in symbolic forms (only performed when detected motif is the same as REF)
  3. refer to CHANGE log for various bugfixes

v1.5.0

16 Apr 23:07

Choose a tag to compare

  • output VCF
  • CRAM support

v1.4.1

10 Mar 19:54

Choose a tag to compare

  • Including partials (reads that do not capture entire tandem repeat) is now optional, as feature will significantly increase run-time
  • using regex for generic motif genotyping (e.g. A***G) instead of using TRF now functional again after v1.4.0 changes
  • other bugfixes

v1.4.0

06 Feb 05:32

Choose a tag to compare

  • more information (failed reads, coverage depth, etc) in tsv output
  • usage of unpaired clipped alignments in genome scan for capturing expansions beyond read length and in genotyping report
  • allows usage of ALT chromosomes in genome scan and bug fix for checking chromosome boundary violation

v1.3.0

17 Aug 20:29

Choose a tag to compare

More efficient handling of BLAST alignments leads to major improvement in speed. Additions of various features in response to user requests (see CHANGES).