Skip to content

Releases: CDCgov/irma-core

IRMA-core v0.5.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:09

Release Notes for v0.5.1 - 2025-06-03

Fixes

  • Fixes a bug where --polyg-trim would trim the sequence but not the quality scores.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 May 20:10

Release Notes for v0.5.0 - 2025-05-30

Added

  • preprocess (formerly qc-trim-deflate) now supports zipped inputs (fastq.gz files).

Changed

  • Re-factor and specify dependencies.
  • The process qc-trim-deflate is now called preprocess, and it includes most
    of the same functionality as trimmer (note that its arguments have been
    conformed to match trimmer rather than the legacy fastq_converter
    process).
  • The deprecated fastq_converter will be removed in the next version.
  • For trimmer/preprocess, --filter-widows can no longer be specified when
    there is only a single input file.
  • For fastq_converter/preprocess, --keep-header has been removed since
    IRMA has made this an unmodifiable default since v1.1.2.

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 02 May 17:58

Release Notes for v0.4.3 - 2025-05-01

Fixes

  • Fixed bug in trimmer to allow handling of multi-member fastq.gz files

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 16:20

Release Notes for v0.4.2 - 2025-04-30

Changed

  • The Dockerfile has been updated for nextflow compatibility (it currently
    needed: awk, grep, ps, sed)
  • The num-procs process now allows LOCAL_PROCS_OVERRIDE to be greater than
    the available cores. Use IFX_LOCAL_PROCS if you would like it capped at the
    available cores.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 18:17

Release Notes for v0.4.1 - 2025-04-28

Added

  • The trimmer process now supports compressed fastq.gz files for both input and output.
  • Adds flate2 crate as a dependency for handling .gz files

Changed

  • The release process has been improved to produce better and more artifacts.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 19:37

Release Notes for v0.4.0 - 2025-04-16

Added

  • trimmer now supports -f, --filter-widows for filtering widowed/orphaned reads in a paired-end context, with support for two input and two output fastq files.
  • Github actions added to generate downloadable releases

Changed

  • Updates dependencies, particularly with foldhash and zoe improvements
  • For trimmer, long argument --fastq-output-file is now --fastq-output

Fixes

  • For num-procs, the environemntal var LOCAL_PROCS_OVERRIDE now caps at the max available cores, consistent with the warning message.