Skip to content

Releases: epi2me-labs/fastcat

v0.6.0

13 Dec 14:00
Compare
Choose a tag to compare

Added

  • mean_quality column to bamstats output, equivalent to that from fastcat.
  • optional per-reference summary file for bamstats similar to samtools flagstats.

v0.5.0

15 Nov 14:56
Compare
Choose a tag to compare

Changed

  • Behaviour of -x/--recurse. Top-level directory input will always be searched for
    data. Turning on recursion now exclusively refers to descending into child (and
    subsequent) directories.

v0.4.12

04 Oct 17:01
Compare
Choose a tag to compare

Fixed

  • Updated kseq.h to allow exit on broken fastq/a stream.

v0.4.11

26 Jul 16:04
Compare
Choose a tag to compare

Changed

  • fastcat will exit non-zero if an input file (named or recursed) cannot be opened

v0.4.10

06 Dec 17:46
Compare
Choose a tag to compare

Fixed

  • Use of uninitialized memory in thread pool init, leading to memory leak.

v0.4.9

30 Nov 23:14
Compare
Choose a tag to compare

Fixed

  • Handle BAM_CEQUAL and BAM_CDIFF that some aligners like to use.

v0.4.8

24 Nov 18:29
Compare
Choose a tag to compare

Fixed

  • Doubled tab in output header.

v0.4.7

24 Nov 12:08
Compare
Choose a tag to compare

Changed

  • Build conda package using bioconda's htslib.

Fixed

  • Occasional hanging on exit.

v0.4.6

23 Nov 23:58
Compare
Choose a tag to compare

Fixed

  • Missing tab character in output header.

v0.4.5

23 Nov 22:46
Compare
Choose a tag to compare

Changed

  • Pin openssl version in conda build to that which work across Python versions.