/Omniscape.jl

An open source, optimized version of the Omniscape algorithm based on concepts developed by Brad McRae.

Primary LanguageJuliaMIT LicenseMIT

Omniscape.jl

Documentation Build Status Changelog
docs docs Build Status codecov Coverage Status news

Omniscape.jl is a Julia package that provides an open-source, updated version of Omniscape with improved reliability and speed. Visit https://circuitscape.github.io/Omniscape.jl/stable for documentation.

Installation

Enter the following into a Julia terminal to install Omniscape.jl.

using Pkg; Pkg.add("Omniscape")