-
Notifications
You must be signed in to change notification settings - Fork 4
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
segmentation fault with hybrid ladder #44
Comments
I might've had a similar problem. My input was:
My output was:
Here's a picture of the network: We can see that there's a hybrid ladder here, too. |
I get the same error on the network above, after switching the |
I noticed that this network was missing gamma values. After setting them all to 0.5 (and simplifying edge lengths), the process still fails:
|
Hello everyone, we had recently an issue with segfaults and @shajoezhu suggested that the latest version of hybrid-Lambda might be causing them (see #42). I have run the command you used and it's fine using v0.6.2: $ hybrid-Lambdav0.6.2 -spcu "'((t3:1.123916174,((t4:0.4459935601,((t13:0.02953586373,t7:0.02953586373)I1:0.2529580411,t6:0.2824939049)I2:0.1634996552)I3:0.6268849558,(((t10:0.2528263692,((t5:0.02957738207)H26#0.5164631303:0.2232489871)H24#0.9067618483:0.0)I4:0.1281591885,(((t1:0.02957738207,H26#0.5164631303:0.0)I5:0.2232489871,H24#0.9067618483:0.0)I6:0.1281591885)H20#0.662992664:0.0)I7:0.07706148448,(t12:0.3809855577,H20#0.662992664:0.0)I8:0.07706148448)I9:0.6148314737)I10:0.05103765815)I11:1.604201279,t8:2.728117453)I12;'" -num 100 -seed 6724
Default Kingman coalescent on all branches.
Default population size of 10000 on all branches.
Random seed: 6724
Produced gene tree files:
OUT_coal_unit I can confirm that it fails using v0.6.3: $ hybrid-Lambdav0.6.3 -spcu "'((t3:1.123916174,((t4:0.4459935601,((t13:0.02953586373,t7:0.02953586373)I1:0.2529580411,t6:0.2824939049)I2:0.1634996552)I3:0.6268849558,(((t10:0.2528263692,((t5:0.02957738207)H26#0.5164631303:0.2232489871)H24#0.9067618483:0.0)I4:0.1281591885,(((t1:0.02957738207,H26#0.5164631303:0.0)I5:0.2232489871,H24#0.9067618483:0.0)I6:0.1281591885)H20#0.662992664:0.0)I7:0.07706148448,(t12:0.3809855577,H20#0.662992664:0.0)I8:0.07706148448)I9:0.6148314737)I10:0.05103765815)I11:1.604201279,t8:2.728117453)I12;'" -num 100 -seed 6724
Segmentation fault (core dumped) |
Hi there, when running Hybrid-Lambda through Julia package QuartetNetworkGoodnessFit (cc: @cecileane) the command
results in
Segmentation fault: 11
.Visualizing this network, you can see it is a hybrid ladder. Perhaps this is causing the seg fault?
The text was updated successfully, but these errors were encountered: