Installation

You can clone the repository with:

git clone https://github.com/mfumagalli/ngsJulia.git

If you wish to make sure you are using the most updated version you can do that with:

cd ngsJulia
git pull

Dependencies

ngsJulia has been tested with Julia Version 1.6.6 available here. It requires the packages GZip, ArgParse, and Combinatorics. In a Julia shell, these packages which can be obtained with:

julia> using Pkg
julia> Pkg.add("GZip")
julia> Pkg.add("ArgParse")
julia> Pkg.add("Combinatorics")