Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculation of sfs for all populations fails if an outgroup is present #96

Closed
paulstaab opened this issue Aug 20, 2015 · 0 comments · Fixed by #102
Closed

Calculation of sfs for all populations fails if an outgroup is present #96

paulstaab opened this issue Aug 20, 2015 · 0 comments · Fixed by #102
Labels
Milestone

Comments

@paulstaab
Copy link
Member

coala_model <- coala::coal_model(c(5, 5, 2), 1) +
    coala::feat_outgroup(3) +
    coala::feat_migration(par_range("m", .1, 5), symmetric = TRUE) +
    coala::feat_mutation(par_range("theta", .1, 5), model = "HKY", 
                         tstv_ratio = 1.6, 
                         base_frequencies = rep(.25, 4)) +
    coala::sumstat_sfs("sfs", population = "all") +
    coala::sumstat_jsfs("jsfs")

Simulation gives Error: Seg. Sites has too few rows.

@paulstaab paulstaab added the bug label Aug 20, 2015
@paulstaab paulstaab added this to the 0.1.2 milestone Aug 20, 2015
@paulstaab paulstaab modified the milestones: 0.1.2, 0.2.0 Sep 14, 2015
paulstaab added a commit that referenced this issue Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant