Skip to content

ArndtLab/PopSimOtherTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopSimOtherTools

Stable Dev Build Status

Installation

msprime

Configure PyCall to use a Julia-specific Python distribution via the Conda.jl package (which installs a private Anaconda Python distribution), which has the advantage that packages can be installed and kept up-to-date via Julia. As explained in the PyCall documentation, set ENV["PYTHON"]="", run Pkg.build("PyCall"), and re-launch Julia. Then, To install the msprime module, you can use pyimport_conda("msprime", PKG), where PKG is the Anaconda package that contains the module msprime, or alternatively you can use the Conda package directly (via using Conda followed by Conda.add etcetera)

using Conda
Conda.add_channel("conda-forge")

Conda.add("msprime")

SLiM

Install SLiM as described on int the manula on their webpage.

The excutable is supposed to be in the PATH - otherwise specify `SLiM.slim_exec = "/path/to/excutable/slim".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages