Release 0.7.0
Summary
- Full Changelog: v0.6.0...v0.7.0
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
- R functions:
-
π§ Fixes:
- Updated README with unified
dracarys tidy
CLI. - Added a
fun
column toFILE_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).
- Updated README with unified
-
π΄ Pull Requests Merged:
- PCGR support by @pdiakumis in #23
- Umccrise sigs/hrd support by @pdiakumis in #25