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

Segmentation fault with larger sequences (on Desktop and HPC) #57

Closed
CMWbio opened this issue Jun 8, 2017 · 3 comments
Closed

Segmentation fault with larger sequences (on Desktop and HPC) #57

CMWbio opened this issue Jun 8, 2017 · 3 comments
Labels

Comments

@CMWbio
Copy link

CMWbio commented Jun 8, 2017

Hi,

I am running into a segmentation fault when calling the variants on a fasta with genome size > approx 9Mb (8Mb of the same fasta works fine).
Any thoughts as to why this is the case? I couldn't see a hard maximum genome length in the code.

edit: generating some test fastas with the included perl script reveals that it is an issue with the number of variants in the alignment, which makes sense.

Cheers

Chris

@andrewjpage
Copy link
Member

Hi Chris,
There is no hardcoded maximum genome length. The largest I have ever passed in are 6Mbase genomes. The most number of samples has been about 10,000.
I'm afraid I can't see your attached perl script?
Regards,
Andrew

@andrewjpage
Copy link
Member

Hi Chris,
I think I have identified the issue. Could you try out the latest version (2.3.3)?
Regards,
Andrew

@CMWbio
Copy link
Author

CMWbio commented Jun 14, 2017

Hi Andrew
Thank you for the speedy reply, I have tested and the bug is solved (tested up to 50Mb total genome size).

Thanks

Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants