Skip to content

Releases: RIVM-bioinformatics/AmpliGone

AmpliGone v0.4.2

03 Feb 14:03
fc0591d
Compare
Choose a tag to compare

Features

  • allow the primer-search error rate to be set by the user (fddd94a)

AmpliGone v0.4.1

02 Feb 15:10
d742c0b
Compare
Choose a tag to compare

Bug Fixes

  • don't report duplicate coordinates of same primer when ambiguity-primers are given (f5449e2)
  • use Nonetypes instead of string "None" (f5449e2)

AmpliGone v0.4.0

27 Jan 11:00
a754670
Compare
Choose a tag to compare

Features

  • find coordinates of primers with mismatches to reference (d6bf925)

Bug Fixes

  • consistently remove reverse primers in end-to-end mode (0c4f621)
  • Fix cutting too many bases (78bd9ea)
  • Make number of iterations variable (62ac2d7)

Documentation

  • update installation instructions and include primer-search changes (5fdc6fa)

AmpliGone v0.3.3

08 Dec 13:13
0bfd71d
Compare
Choose a tag to compare

Bug Fixes

  • solve preset-sampling crash when less than 3 input reads are provided (29d5624)
  • solve reference before assignment error in end-to-mid mode (14c9d24)

AmpliGone v0.3.2

26 Nov 11:23
4d2b352
Compare
Choose a tag to compare

Bug Fixes

  • report removed coordinates from all iterations (f726e9a)

AmpliGone v0.3.1

25 Nov 14:27
eda9ec6
Compare
Choose a tag to compare

Bug Fixes

  • Distinguish (mis)match and cut soft clips (d4132c1)

Performance Improvements

  • Add minimap scoring to presets (11158e5)

AmpliGone v0.3.0

17 Nov 10:46
fedd1e8
Compare
Choose a tag to compare

Features

  • Use CIGAR strings to cut end-to-end (ebd2684)

Bug Fixes

Performance Improvements

  • Improved (fastq)data loading speed (9d1ae23)

Documentation

  • Fix comment in cut_read function (b920738)
  • update docs to match new primer removal process (035be92)
  • update readme (95ff984)

AmpliGone v0.2.3

28 Oct 13:58
8902d7a
Compare
Choose a tag to compare

Bug Fixes

  • set correct exit code when -to flag is given (5a93ff0)

AmpliGone v0.2.2

27 Oct 08:45
795306b
Compare
Choose a tag to compare

Bug Fixes

  • add missing primer-orientation keywords (41a84e6)
  • exit cleanly when primers aren't found (#11) (e927591)
  • Exit cleanly with empty input (#12) (35aae65)

Documentation

  • update user-guide to include newly added flag (4d28ac1)

AmpliGone v0.2.1

25 Oct 09:13
d0bb965
Compare
Choose a tag to compare

Documentation