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

seqvars aggregate fails with nested async runtimes errors #519

Closed
holtgrewe opened this issue Oct 30, 2024 · 0 comments · Fixed by #520
Closed

seqvars aggregate fails with nested async runtimes errors #519

holtgrewe opened this issue Oct 30, 2024 · 0 comments · Fixed by #520
Labels
bug Something isn't working

Comments

@holtgrewe
Copy link
Contributor

Describe the bug
seqvars annotate fails with

2024-10-30T08:25:39.359810Z  INFO Opening RocksDB...
2024-10-30T08:25:39.405596Z  INFO   writing meta information
2024-10-30T08:25:39.408554Z  INFO ... done opening RocksDB
2024-10-30T08:25:39.408561Z  INFO Importing VCF files ...
thread 'main' panicked at src/seqvars/aggregate/mod.rs:340:18:
Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
... done executing job

To Reproduce
Run the command.

Expected behavior
It should run through.

Screenshots
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant