We use Conda for managing Python dependencies and Conan for managing C++ dependencies. Please use this link to set up Conda and Conan on Rivanna.
Allocate a new compute node to do the setup.
srun -A bii_nssac -p bii --nodes=1 --ntasks-per-node=1 --cpus-per-task=40 --mem=0 -W 0 -t 1-00:00:00 --pty /bin/bashCheckout the variant-list-optimizer code and run the setup script.
# Checkout variant-list-optimizer and install it
# along with rest of the dependencies with pip.
cd $HOME
git clone https://github.com/NSSAC/variant-list-optimizer.git
cd variant-list-optimizer
./scripts/rivanna.sh setup./scripts/rivanna.sh test