Tool to compute decoding quantities.
This is a Python-wrapped C++ project with prebuilt CPython wheels targeting manylinux_2_28 on Linux and macOS 11.0+.
| Platform \ CPython | ≤3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 |
|---|---|---|---|---|---|---|---|
| Linux x86_64 | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Linux aarch64 | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| macOS Intel (x86_64) | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| macOS Apple Silicon (arm64) | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Most functionality is available through a Python package which can be installed with:
pip install asmc-preparedecodingExamples for using the Python package can be found in the following Jupyter notebook:
Please note that to run the notebook you should first clone the repository and install Jupyter:
git clone https://github.com/PalamaraLab/PrepareDecoding.git
cd PrepareDecoding
pip install jupyter
jupyter-notebook notebooks/CreatingDecodingQuantities.ipynbA description of the API can be found here:
Descriptions of the file formats used can be found here:
This project is currently released under the GNU General Public License Version 3.