Skip to content

Releases: rajewsky-lab/openst

v0.2.2

15 Oct 13:11
Compare
Choose a tag to compare

In flowcell_map, writes the lanes_and_tiles.txt file to the output directory, in case the bcl folder does not have write permission.

v0.2.1

03 Oct 23:29
Compare
Choose a tag to compare

Bugfix when using many cores for flowcell_map

v0.2.0

03 Oct 14:23
18a48bb
Compare
Choose a tag to compare

Changelog

[0.2.0] - 2024-10-03

Added

  • New flowcell_map command to convert basecalls from a whole flow cell into barcodes-to-spatial coordinates maps
  • Support for bcl-convert in addition to bcl2fastq for demultiplexing
  • Added support for the Axio microscope in image_stitch command
  • Implemented a more efficient tiling and stitching process for image preprocessing
  • Added dnaio dependency for faster FASTQ parsing

Changed

  • Updated barcode_preprocessing to handle larger datasets more efficiently
  • Improved memory management in various parts of the pipeline
  • Refactored pairwise_aligner for better performance and reliability
  • Updated segment to use OpenST-specific model directory
  • Modified transcript_assign to handle edge cases better
  • Improved error handling and logging across the package
  • Updated Python version requirement to >3.8 and <3.12

Fixed & Improved

  • Corrected issues with coordinate systems in several functions
  • Enhanced documentation
  • Optimized performance for large dataset processing

v0.1.2

06 May 12:26
Compare
Choose a tag to compare

What's changed

  • pairwise_aligner: cleanup of cli, does not perform rotation/flipping on image but on ST coordinates (avoid redundant resaving of image). Consider tile bounds when staining image and ST coordinates differ.
  • manual_pairwise_aligner: fix rendering depending on threshold, proper flipping for fine alignment. Assign coarse if tile falls outside of image.
  • apply_transform: do not perform flipping when supported by < 3 keypoints.

Full Changelog: v0.0.11...v0.1.2

v0.0.11

19 Apr 07:57
ea9a69e
Compare
Choose a tag to compare

This release fixes the implementation of openst image_preprocess, and makes models available in bimbstatic (as for our HE_cellpose_rajewsky).