Skip to content

Releases: BimberLab/DISCVRSeq

Version 1.3.7

15 Oct 16:38
cf2789b
Compare
Choose a tag to compare

This is a bugfix to VariantQC. It fixes the 'Comparison method violates its general contract!' that could occur when processing certain types of input VCFs.

Version 1.3.6

28 Sep 17:33
Compare
Choose a tag to compare

This expands support for the tool PrintReadBackedHaplotypes, which inspects a BAM over the provided list of intervals. For each interval (which is typically short), the tool calculates all unique sequences (based on the raw forward/reverse reads) and reports of table with the number of read pairs for each. This was designed for applications like reconstructing haplotypes over a CRISPR-edited region.

Version 1.3.5

20 Sep 17:29
Compare
Choose a tag to compare

This version improves the speed of VariantQC multithreading

Version 1.3.4

13 Sep 15:28
7096779
Compare
Choose a tag to compare

This release includes several improvements to VariantQC:

  • Contigs are sorted by numeric order in the HTML report
  • VariantQC can be executed using multiple VCFs as input. This is a beta feature with limited testing.
  • Adds new --threads argument for multi-threading

Version 1.3.3

24 Aug 21:16
df46156
Compare
Choose a tag to compare

This is a minor release for IntegrationSiteMapper, which adds the ability to filter alignments based on MAPQ and defaults to ignore multi-mapping reads (MAPQ=0).

Version 1.3.2

06 Jul 20:23
4650c55
Compare
Choose a tag to compare

This is a minor release that includes a fix for VariantQC when the source genome has has contigs, but -maxContigs is used ignore smaller contigs. Now, VariantQC groups these variants into a new level 'Other' which allows them to be included in the report without 100s or 1000s of stratification levels.

Version 1.3.1

18 Jun 18:36
86531fb
Compare
Choose a tag to compare

This is a minor release that includes a bugfix to ClipOverlappingAlignments, which caused an overclip by 1bp for alignments terminating in the interval region(s)

Version 1.30

17 Jun 14:28
90a12ae
Compare
Choose a tag to compare

This release renames the tool TagPcrSummary to IntegrationSiteMapper, reflecting that it is a more general purpose tool that could be used on many library types.

Version 1.29

09 Jun 16:18
860aa06
Compare
Choose a tag to compare

This version adds more custom variant annotations to DiscvrVariantAnnotator, including MendelianViolationCount and MendelianViolationBySample, each of which summarize MVs per site.

Version 1.28

26 May 18:25
cd000a2
Compare
Choose a tag to compare

Add VcfComparison, a tool for site and genotype level comparisons between VCFs