Releases: COMBINE-lab/piscem-rs
Releases · COMBINE-lab/piscem-rs
py-piscem v0.1.4
What's New
struct_constraintsoption: Themapping_engine()factory now acceptsstruct_constraints=Trueto enable chain-based positional coherence checking, matching the C++-c/--struct-constraintsflag.
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 newSketchHitInfoChainedhit accumulator type.
Full Changelog: py-piscem-v0.1.3...py-piscem-v0.1.4