Skip to content

Releases: epi2me-labs/fastcat

v0.3.3

07 Jul 16:30
Compare
Choose a tag to compare

Added

  • Transpose read number, channel, and start time from fastq headers to summary.

Changed

  • Additional columns in per-read summary file as above. These will be present,
    regardless of whether header information is present or not.

v0.3.2

07 Jul 12:06
Compare
Choose a tag to compare

Fixed

  • Changed erroneously small MAX_BARCODE define; added runtime check to avoid
    invalid memory access.

v0.3.1

06 Jul 13:32
Compare
Choose a tag to compare

Fixed

  • Updated CI release scripts.

v0.3.0

06 Jul 12:54
Compare
Choose a tag to compare

Added

  • Parsing Guppy/MinKNOW fastq key=value header comments.
  • Ability to demultiplex inputs based on "barcode" key in headers.

Changed

  • Per-read and per-file summary files now optional.

v0.2.0

05 May 16:49
Compare
Choose a tag to compare

Fixed

  • Program hang when input file was non-existent or a directory.

Added

  • Ability to traverse a directory input.

v0.1.0

24 Mar 17:44
Compare
Choose a tag to compare

Added

  • Ability to read input files from stdin.

v0.0.3

23 Mar 14:27
Compare
Choose a tag to compare

Changed

  • Moved output files to optional arguments.

Added

  • -s option to add in a sample_name column to outputs.

v0.0.2

22 Mar 15:18
Compare
Choose a tag to compare

Changed

  • No end-user changes