EricArcher / strataG

strataG is a toolkit for haploid sequence and multilocus genetic data summaries, and analyses of population structure.
25 stars 11 forks source link

You do not have STRUCTURE installed. #53

Closed bheimbu closed 3 years ago

bheimbu commented 3 years ago

Hi there,

I have installed strataG via GitHub and tried to run the example code:

library(strataG)

data(msats.g)

sr <- structureRun(msats.g, k.range = 1:4, num.k.rep = 10)

However, I get the following error message: sh: 1: structure: not found error in FUN(X[[i]], ...) : You do not have STRUCTURE installed.

Any help is highly appriciated,

Bastian