Skip to content

Releases: merenlab/illumina-utils

v2.3

02 Mar 22:45
Compare
Choose a tag to compare
ozcan fixes the memory leak

v2.2

10 Feb 23:12
Compare
Choose a tag to compare
bump

v2.1

08 Feb 16:58
b9c5052
Compare
Choose a tag to compare
Update CHANGELOG.md

v2.0.2

26 Aug 20:37
Compare
Choose a tag to compare

Minor bug fixes.

v2.0.1

07 Jul 01:08
Compare
Choose a tag to compare
bump

NextSeq fixes

02 Jul 17:54
Compare
Choose a tag to compare

Apart from a couple of bug fixes we have two major changes in this release:

  • It seems Illumina has changed the default tile numbers. With this release the code learns tile numbers from the files, so --visualize-qual-dicts with Bokulich or Minoche filters continue generating plots with NextSeq platform as well (for which we no longer generate very very large TIFF files and go with PNG file format).
  • There are two new parameters both for iu-filter-quality-bokulich and iu-filter-quality-minoche: --limit-num-pairs (so one can test the code very fast by saying "analyze X number of reads and stop") and --print-qual-scores (which is very helpful to see what the code sees in these FASTQ files as Illumina seems to change how to report these scores).