Skip to content

Releases: epi2me-labs/fastcat

v0.13.0

04 Jul 09:26
Compare
Choose a tag to compare

Added

  • Column with start time from MinKNOW header to bamstats output.

Changed

  • bamstats now prints mean_quality, iden, and acc values with 2 decimal places instead of 3 (the reason being that fastcat already uses 2 decimal places for mean_quality and more precision is unnecessary).

v0.12.0

27 Jun 09:46
Compare
Choose a tag to compare

Added

  • Column with run ID from MinKNOW header to fastcat per-read stats and bamstats output.

v0.11.1

12 Jun 11:01
Compare
Choose a tag to compare

Fixed

  • Bug in fastcat per-read summary stats.

v0.11.0

23 May 13:46
Compare
Choose a tag to compare

Changed

  • Bamstats can now be run without a BAM index.
  • fastcat -H now wraps all known header fields into SAM tags regardless of whether the header was "valid" (i.e. all expected fields were present) or not.

v0.10.2

15 Mar 13:54
Compare
Choose a tag to compare

Added

  • Linux and macOS ARM conda packages.

v0.10.1

06 Mar 14:27
Compare
Choose a tag to compare

Fixed

  • bamindex program missing from conda package.

v0.10.0

01 Mar 20:10
Compare
Choose a tag to compare

Added

  • Create bamindex program to index unaligned BAMs for horizontal-parallel processing.

v0.9.0

30 Jan 13:27
Compare
Choose a tag to compare

Fixed

  • Ensure reheadered fastq is indeed formatted as a valid SAM tag(s).

v0.8.0

23 Jan 21:14
Compare
Choose a tag to compare

Added

  • Option to bamstats to add 'sample_name' column equivalent to fastcat.

v0.7.0

22 Dec 09:05
Compare
Choose a tag to compare

Added

  • Option to report unmapped alignments in per read and summary files.