The recommended way to install Gitools is using Anaconda. Below are instructions for installing Gitools using the conda package manager. For Windows, we also provide instructions using precompiled binaries and WSL.
Once installed conda, install Gitools:
conda create -n gitools
conda activate gitools
conda install -c conda-forge -c bbglab openjdk=8 gitools
Then run it with the command gitools
.
conda create -n gitools
conda activate gitools
conda install -c conda-forge -c bbglab openjdk=8 gitools
Run it with gitools
. Alternatively, add the bbglab channel in Anaconda Navigator and install/run Gitools directly from there.
If the command gitools
does not work properly, you can run Gitools directly using the .bat file located in your conda environment:
cd C:\Users\{YOUR_USERNAME}\miniconda3\envs\gitools\share\gitools-2.3.1-0\bin\
gitools-1GB.bat
wsl --set-version Ubuntu 2
export DISPLAY=127.0.0.1:0
gitools
Gitools is an open-source application, distributed under the license GPL-3. The project is hosted at Github where you can download and for the source code.