Skip to content

Releases: bricoletc/delfies

Delfies v0.8.0

19 Dec 13:52
Compare
Choose a tag to compare

CI

  • Added automated PyPI release deployments
  • Added a publically-available test dataset, described in the README
  • Added integration test; this increased test coverage to 73% of the codebase

Delfies v0.5.0

30 Aug 11:11
Compare
Choose a tag to compare

Fixes

  • Bugfix: Handle no 'G2S' breakpoints
  • Bugfix: Handle sequence extraction for negative start coordinates
  • Bugfix: one-based error in sequence extraction coordinates

Delfies v0.4.0

17 Jul 14:44
Compare
Choose a tag to compare

Features

Breakpoint detection now tolerates mutations in telomere arrays (in read softclips), via CLI argument --telo_max_edit_distance.

Delfies v0.3.0

12 Jul 07:33
Compare
Choose a tag to compare

Features

  • Granularity of clustering of adjacent breakpoints can now be controlled using newly-introduced --clustering_threshold CLI option
  • breakpoint_window in the output file breakpoint_locations.bed now refers to all clustered breakpoint locations with >= --min_supporting_reads
  • Removed --cov_window_size for looking at output breakpoint_foci - a fixed window is now always produced around each focus (=putative breakpoint location).

Delfies v0.2.0

01 Jul 08:38
Compare
Choose a tag to compare

Features

  • Added a G2S breakpoint detection mode
  • Documented breakpoint types (S2G, G2S) in README

Delfies v0.1.0

01 Jul 08:07
Compare
Choose a tag to compare

Features

  • Functional 'S2G' mode: detection of breakpoints as telomere-containing softclipped-reads