-
Notifications
You must be signed in to change notification settings - Fork 16
run_segalign crashes on human-chimp (and exits 0!) #57
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
Comments
@glennhickey I've recently run into the same problem. The driver scripts aren't catching all errors. I'm currently rewriting them in python to improve error handling. |
Hi @richard-burhans, Your PR #64 looks very interesting. I have a fork of SegAlign here that cactus uses. My fork is identical to the master branch of this repo except for this commit ComparativeGenomicsToolkit@fe4b16f which I think I made to resolve this issue. Anyway, I'm interested in incorporating your changes and any future developments into Cactus. So please considering PRing them to https://github.com/ComparativeGenomicsToolkit/SegAlign Thanks! |
This is with d1a73a0 on a ubuntu 18.04 p3.16xlarge AWS instance
It appears to work with d5fd293. So it's definitely a regression related to changes this June for the overflow bugs in the repeatmasker.
Just looking at these commits, it would seem that the changes to the repeat masker here: d1a73a0 would also need to be applied to run_segalign??
It is very quickly reproduced:
The segalign command
The crash
But
run_segalign
still returns 0!The full log
The text was updated successfully, but these errors were encountered: