Skip to content

Releases: SciLifeLab/TIDDIT

3.9.2

21 Jan 15:17
93c5265
Compare
Choose a tag to compare

Fixed a bug that caused tiddit to crash when calling variants overlaping masked genomic regions

3.9.1

15 Jan 14:56
b02c1cf
Compare
Choose a tag to compare

Changed the graphlib import statement - now it should work on python 3.11

3.9.0

19 Nov 09:15
14d1422
Compare
Choose a tag to compare

TIDDIT now uses a custom built local de novo assembler instead of the fermikit like pipeline for clip read assembly.

Updated the dockerfile

bug fixes

3.8.0

19 Jul 08:44
9bb201f
Compare
Choose a tag to compare

Fewer false positive deletions by making sure reference regions consisting of NNNNNNN are not included in the coverage calculations.

Minor changes to the readme file

3.7.0

28 Jun 13:26
17172e6
Compare
Choose a tag to compare

Various fixes including:
variant calling in single-end data
improved parallelization of the variant extraction step
added option to overwrite existing output directory

3.6.1

21 Jul 10:08
0afb2d4
Compare
Choose a tag to compare

Fixed a bug that caused tiddit to crash on small datasets by implementing a cusom percentile function.

3.6.0

11 Apr 09:47
dc15db1
Compare
Choose a tag to compare

Improved positioning of SV

minor bug fix

3.5.2

07 Feb 11:08
f5218d1
Compare
Choose a tag to compare

Fixing the bug that causes TIDDIT assembly module to crash on XA tags with contigs containing "-".

3.5.1

25 Jan 09:39
Compare
Choose a tag to compare

TIDDIT will now quit if the output folder cannot be created

Small update to readme file

3.5.0

02 Jan 11:05
46f81fa
Compare
Choose a tag to compare

Use re split in the gc module.