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

Unresolved dependencies with prefetch followed by fatal segmentation fault error #940

Open
guester opened this issue Jun 12, 2024 · 1 comment

Comments

@guester
Copy link

guester commented Jun 12, 2024

When running prefetch on a particular dataset I'm seeing a message about 'unresolved dependencies':
image

And then when I try fasterq-dump on the prefetched dataset I get the following error:
image

Any ideas what might be going on here?

@durbrow
Copy link
Collaborator

durbrow commented Jun 13, 2024

Unresolved dependencies

This is unrelated and not an error. The message means that ERR1079175 uses 25 external reference sequences and prefetch is going to download them.

The segfault in fasterq-dump is something we will look into. It looks like it may have occurred while fasterq-dump was cleaning up its temporary files, so it may have completed.

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

No branches or pull requests

2 participants