To fill
After installing mamba
conda install mamba -n base -c conda-forge
You should now be able to install the required the dependency using Mamba
mamba env create -f environment.yml
You can now activate the newly created environment
conda activate triangolo
Place your mgf files in the ./data/input/ folder (some examples files are already there)
Navigate to the src folder
Open and modify the triangolo.py according to your need. Happy triangulations !
