Skip to content

Releases: fulcrumgenomics/ref-solver

v0.3.0

Choose a tag to compare

@nh13 nh13 released this 28 Mar 02:36
104baf3

Added

  • stream binary uploads to read only headers from BAM/CRAM files (#18)
  • show upload size limit and header extraction info in web UI
  • extract BAM headers client-side before upload
  • cap binary file uploads at 4MB for header-only parsing
  • add reader-based BAM/CRAM header parsing functions
  • normalize space-separated SAM headers in web UI (#13)
  • add refget integration for unknown contig lookup (#9)

Other

  • replace stringly-typed error_type with enum (#16)
  • update fulcrum genomics logo with light/dark theme support (#17)
  • simplify headerExtractor, fix review findings
  • add integration tests for reader-based BAM header parsing
  • use reader-based parsing for BAM/CRAM, eliminate temp files

v0.2.0

Choose a tag to compare

@nh13 nh13 released this 17 Mar 19:21
a172acb

Added

  • add pre-commit hook for format and lint checks (#7)
  • display sha512t24u digests in web UI contig details
  • rebuild catalog with sha512t24u digests
  • add sha512t24u (GA4GH refget) digest computation

Fixed

  • clarify web UI title to specify human genomes (#5)

Other

  • add #[non_exhaustive] to public structs and enums (#8)
  • Add Zenodo DOI badge to README (#4)
  • Add bioconda badge to README (#3)
  • release v0.1.0 (#1)

v0.1.0

Choose a tag to compare

@nh13 nh13 released this 13 Feb 19:35
4a80646
chore: Release package ref-solver version 0.1.0