Tutorials used for stLearn documentation.
- Make sure you have
git lfsinstalled and inited as there are some large files in annotations.
conda create --prefix [some-directory]/conda/stlearn python=3.12 --y
conda activate [some-directory]/conda/stlearn
Install stlearn:
pip install -e "/path/to/stlearn/directory[jupyter]"
OR
python -m pip install --use-pep517 stlearn==1.4.1
python -m pip install --use-pep517 papermill harmonypy==0.2.0
Witht the stlearn conda enviroment activate run:
process.sh
The upload expects a zip file called "tutorials.zip" with notebooks in the tutorials directory.
conda env remove --prefix [some-directory]/conda/stlearn --y