Bioconda package PyPI package

Installation Guide

There are different options to install Arboreto.

Hint

It is highly recommended to prepare a Python environment with the Anaconda or Miniconda distribution and install Arboreto using the conda package manager.

This avoids complexities in ensuring that libraries like NumPy and SciPy link against an optimized implementation of linear algebra routines.

Install using pip

The arboreto package is available from PyPI (Python Package Index), a repository of software for the Python programming language. Using pip, installing the arboreto package is straightforward:

$ pip install arboreto

Install from source

Installing Arboreto from source is possible using following steps:

  1. clone the Github repository using the git tool:
$ git clone https://github.com/tmoerman/arboreto.git
$ cd arboreto
  1. build Arboreto using the provided script:
$ ./pypi_build.sh
  1. install the freshly built Arboreto package using pip:
$ pip install dist/*

Check out the installation

$ pip show arboreto

Name: arboreto
Version: 0.1.5
Summary: Scalable gene regulatory network inference using tree-based ensemble regressors
Home-page: https://github.com/tmoerman/arboreto
Author: Thomas Moerman
Author-email: thomas.moerman@gmail.com
License: BSD 3-Clause License
Location: /vsc-hard-mounts/leuven-data/software/biomed/Anaconda/5-Python-3.6/lib/python3.6/site-packages
Requires: scipy, scikit-learn, numpy, pandas, dask, distributed