-
Notifications
You must be signed in to change notification settings - Fork 7
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
2vcf.py exits with a non-zero exit code when executed by snakemake #28
Comments
Sources online say that PyQt can sometimes cause scripts to silently finish with a non-zero exit code. So I might look into that... |
Ok, new idea: it's because I didn't put
Update |
ok so it seems like the underlying issue is that so instead of piping the file, let's just try to read it from the python side |
For some reason, the
2vcf.py
script sometimes finishes with a non-zero exit code. It isn't clear what might be causing this. The usual warnings that I added are printed, but the warnings don't seem to be the cause of the non-zero exit code. No other information appears to explain why the exit code isn't 0. In fact, the VCF output looks correct.This is a problem because the non-zero exit code causes Snakemake to remove the output after it is created.
The text was updated successfully, but these errors were encountered: