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

3 population originating from same ancestral population #140

Open
vincenzolandi opened this issue Nov 8, 2022 · 2 comments
Open

3 population originating from same ancestral population #140

vincenzolandi opened this issue Nov 8, 2022 · 2 comments
Labels
user question Help required by users

Comments

@vincenzolandi
Copy link

Hello, I have 4 different populations. One (4 ) originated by one of them (1) then this last I want to be originated from the same ancestral population at the same time.
This is the code I am using:
N1 N2 N3 N4
0 sample 1
0 sample 2
0 sample 3
0 sample 4
t1 merge 1 4
t2 merge 2 1
t3 merge 3 2
t4 varNe 3 Na

image

I would like that pop 3 2 and 1 originted at the same time from the violet line...there is some way?

@gdurif
Copy link
Collaborator

gdurif commented Nov 18, 2022

Hi, sorry for the late reply.

Just to be sure, which population is your ancestral one ? in your example, it is pop 3.

I think you could do this which corresponds to what you want (@aestoup could you confirm?):

N1 N2 N3 N4
0 sample 1
0 sample 2
0 sample 3
0 sample 4
t1 merge 1 4
t4 merge 2 1
t4 merge 3 2
t4 varNe 3 Na

Note: the graphical representation might not work in this case, but the model will be understood.

@gdurif gdurif added the user question Help required by users label Nov 18, 2022
@gdurif
Copy link
Collaborator

gdurif commented Aug 30, 2024

Hi, I am really sorry for the very late reply.

Due to work overload, the development, support and maintenance for the project diyabcGUI is currently paused. Feel free to contact us (by submitting an issue) if you want to take over the development for this project. Pull request are also welcome to fix bug or implement missing functionalities.

I have updated the README file to announce this. This is the official announcement to clarify a situation that has been going on for quite some time.

You can still use the command line version of the software which is still maintained/supported. Check the documentation page here.

All my apologies for the trouble,
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user question Help required by users
Projects
None yet
Development

No branches or pull requests

2 participants