Installation
Create a conda environment:
mamba create -n dem python=3.11
mamba activate dem
# Install PyTorch with CUDA support
mamba install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
Install biodem from PyPI
We also provide a lightweight tool pregv
for VCF & GFF file processing and SNP encoding, which is implemented in Rust.
Click to download or install with:
Test your installation with: