git clone
cd RNASeqCraftbuild the conda environment and install the package
cd src
mamba create -n rnaseqcraft python=3.12
mamba activate rnaseqcraft
pip intall -r requirements.txt
pip install -e .build the linearfold module
cd linearfold/LinearFold
make
cd ../LinearSampling
make