We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This guide demonstrates how to set up RiSPICE locally.
python -m venv .venv source .venv/bin/activate
pip install -r requirements-cpu.txt
pip install -r requirements-cuda.txt
Note: CUDA is recommended for significantly faster inference and model training.
Download the RiSPICE base model:
hf download paolomanlapaz/rispice-base --local-dir <BASE_MODEL_DIR>
Download the 1000 bp adapter:
hf download paolomanlapaz/rispice-1000bp --local-dir <ADAPTER_DIR>
Other available adapters:
paolomanlapaz/rispice-750bp
paolomanlapaz/rispice-500bp
The empirical background distributions are available on Zenodo:
DOI: https://doi.org/10.5281/zenodo.21639098
Download the archive corresponding to the adapter you selected:
background-dist-1000bp.zip
background-dist-750bp.zip
background-dist-500bp.zip