Skip to content

ms simulation failed #203

@Thinking2018

Description

@Thinking2018

I use coala package to simulate coalescent data

with fixed number of markers

The code is as follows
m = 100
locus.n = 500
model <- coal_model(m, 0) +
locus_averaged(locus.n,10)+
feat_mutation(1,fixed_number = T) +
sumstat_seg_sites()

sumstats <- simulate(model,seed = 124+i)
sites <- sumstats$seg_sites
X <- sapply(sites,as.matrix)

When I package the above code into a function use `parSapply' to simulate more data matrix X,
it shows that error message

ms simulation failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions