Skip to content

Releases: COMBINE-lab/piscem-rs

py-piscem v0.1.4

23 Feb 19:28

Choose a tag to compare

What's New

  • struct_constraints option: The mapping_engine() factory now accepts struct_constraints=True to enable chain-based positional coherence checking, matching the C++ -c/--struct-constraints flag.
engine = index.mapping_engine(struct_constraints=True)
result = engine.map_read(seq)
  • Internal refactor: split ATAC engine (ConcreteAtacEngine) from the generic mapping engine to cleanly support the new SketchHitInfoChained hit accumulator type.

Full Changelog: py-piscem-v0.1.3...py-piscem-v0.1.4