Conda

Conda environments including mako can be installed from the conda page: https://anaconda.org/ramellose/mako.

To create a new environment including mako, the channel hosting mako, as well as the bioconda channels, need to be added first:


conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels ramellose

The environment can then be created using conda:


conda create -n myenv mako 
conda activate myenv

After installation, you should be able to call mako:


mako -h

If you are unable to run the mako –h command, please check your installation logs to see whether mako was downloaded from the correct source. You may need to configure your conda channel order in case the source is not similar to the source shown below. First try running conda config –add channels ramellose again: if this does not work, please see the conda instructions for managing channels.

Screenshot of the command line environment showing the source for mako installation.
Screenshot of the command line environment showing the source for mako installation.