Install
OpenSXRaw is not yet published to crates.io. Until then, use it from source.
Rust
[dependencies]
opensxraw = { git = "https://github.com/Sigilweaver/OpenSXRaw" }
OpenSXRaw needs Rust 1.85 or newer. There are no native or system dependencies.
Verifying the install
cargo test --workspace
Optional: corpus fetcher
The validation corpus is not redistributed. It is pulled on demand from the PRIDE Archive using local research tooling (not part of the published crate):
python -m analysis.pride fetch <PXD_ACCESSION>
See CORPUS.md
for the file list and provenance.