Installation
Prerequisites
Adapter Trimming: Trim Galore!
Deduplication: FastUniq
Alignment: VG Giraffe
Python3: Tested on 3.9, 3.10, 3.11 and 3.12. I would recommend 3.12 as it is the latest version and has the best performance.
Warning
You must ensure that both the VG toolkit and Python 3 are installed and added to your PATH.
Install via PIP
pip install methylGrapher
Install via CONDA
conda create -n methylGrapher python=3.12
conda activate methylGrapher
conda install bioconda::vg
pip install methylGrapher