Get started
Installation
From the julia (>v1.10.0, 64-bit) REPL model, type ] to enter the Pkg REPL mode and run
add https://github.com/chaozhi/PolyOrigin.jlUsage
To use PolyOrigin.jl in your project,
using PolyOriginTo use PolyOrigin.jl with parallel computation of n workers at chromosome level
using Distributed
addprocs(n)
@everywhere using PolyOriginand set isparallel=true in function polyOrigin. See addprocs for launching worker processes via the specified cluster manager or on remote machines via SSH.