-
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
Error: terminate called after throwing an instance of 'std::logic_error' #20
Comments
It may be hard to debug from this output. It looks like approx_counter (our approximate k-mer counter core module) received an input it did not like. Could you rerun this using option '-v 3', so i may pinpoint the crash point a bit better ? |
Thanks for the prompt reply! here's more verbose output:
|
It didn't help, unfortunately |
Thanks for this also very fast follow up. Changing the |
I see the temp-dir trick did not work (which is weird, we added this for this exact reason). |
When running the following command within my Snakemake pipeline:
I get the following error
More traceback:
Looks like an issue in
approx_counter
called by the package. Does anyone have an idea where to start looking for a solution?The text was updated successfully, but these errors were encountered: