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 ---------------------------------------- .. code-block:: shell pip install methylGrapher Install via CONDA ---------------------------------------- .. code-block:: shell conda create -n methylGrapher python=3.12 conda activate methylGrapher conda install bioconda::vg pip install methylGrapher Use Docker ---------------------------------------- `Docker Hub `_ Source code ---------------------------------------- `The source code `_