Skip to content

Releases: J35P312/TIDDIT

3.3.0

01 Aug 15:34
bf3324e
Compare
Choose a tag to compare

Added threading to tiddit

3.1.0

07 Jun 16:55
16d7a51
Compare
Choose a tag to compare

Added --skip_assembly parameter to disable local assembly

3.0.0

04 May 09:00
d6432fb
Compare
Choose a tag to compare

TIDDIT reimplemented in python

2.12.1

16 Feb 12:17
db4dc17
Compare
Choose a tag to compare

Removed the % from the TIDDIT help menu

2.12.0

25 May 12:17
Compare
Choose a tag to compare

TIDDIT is now faster on genomes having a large number of contigs (such as GRCH38)

2.11.0

23 Apr 14:54
Compare
Choose a tag to compare

TIDIDT now accept streamed bam input

"cram" support: by wrapping around sammtools and streaming

I have silenced some warning messages on GC correction of "empty" contigs

2.8.1

07 Oct 13:39
Compare
Choose a tag to compare

The discordant pair size cutoff is not 99.9 percentile

Minor fixes to the genotyping of SV

2.8.0

30 Sep 15:44
Compare
Choose a tag to compare

I made a proper error message for non-supported file input

The discordant pair size limit is now determined using percentile.

I added tagged singularity recipes

The default read quality treshold is now 5 mapq

2.7.1

20 May 15:26
Compare
Choose a tag to compare

Removed the pysam dependency

The span coverage is now computed while extracting the signals from the bam file

2.7.0

26 Mar 10:51
Compare
Choose a tag to compare

Lower memory usage: should not consume more than 5GB

python3 support