Skip to content

Releases: umccr/dracarys

v0.16.0

08 Oct 05:17
Compare
Choose a tag to compare

Complete refactor of the dracarys R6 class system.

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.12.0

12 Dec 09:59
Compare
Choose a tag to compare

Mostly better handling of DRAGEN outputs, including FastQC metrics.

What's Changed

Full Changelog: v0.11.0...v0.12.0

Release 0.7.0

15 Feb 09:17
Compare
Choose a tag to compare

Summary

Mostly added use cases based on requests from the curation team related to
umccrise (CHORD, HRDetect, QC summary), PCGR, and MultiQC.

Deployments

Details

  • ⭐ Additions:

    • R functions:
      • umccr_tidy: workhorse that handles the tidying and method dispatch.
      • gds_file_presignedurl
    • R6 classes:
      • PcgrJsonFile
      • PcgrTiersFile
      • UmChordTsvFile
      • UmHrdetectTsvFile
      • UmQcSumFile
      • UmSigsSnvFile
      • MultiqcFile
  • 🔧 Fixes:

    • Updated README with unified dracarys tidy CLI.
    • Added a fun column to FILE_REGEX for handling method dispatch.
    • GH Actions: Remove linux/arm64 from docker since conda pkgs don't generally have ARM64 equivalents.
    • GH Actions: use "miniforge-variant: Mambaforge"
      (see this issue).
  • 🌴 Pull Requests Merged: