-
Notifications
You must be signed in to change notification settings - Fork 202
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
Resfinder download fails #494
Comments
This is quite confusing. For whatever reason your system's You can probably get around this issue by doing:
|
Ah, ok that actually does make sense. It's not using the OS tar because I was running it through a singularity container. So I'm guessing whatever tar was built into the container had the issue. I tried the standard command again but with a conda install of mmseqs2 and it worked fine. Thanks! |
Is this a public container? I would like to know how exactly this failed to improve the script for the future. |
It is. The container was created by the BioContainers people. Although I can never get their registry to load. So I downloaded it from quay.io using this link: https://quay.io/repository/biocontainers/mmseqs2?tab=tags |
Expected Behavior
The Resfinder database is downloaded and an mmseqs2 index is created.
Current Behavior
Fails at the download extraction step.
Steps to Reproduce (for bugs)
mmseqs databases Resfinder db/rf tmp
MMseqs Output (for bugs)
databases Resfinder db/rf tmp
MMseqs Version: 13.45111
Force restart with latest tmp false
Remove temporary files false
Compressed 0
Threads 48
Verbosity 3
--2021-10-08 14:50:24-- https://api.bitbucket.org/2.0/repositories/genomicepidemiology/resfinder_db/commit/master?fields=hash,date
Resolving api.bitbucket.org (api.bitbucket.org)... 18.205.93.8, 18.205.93.6, 18.205.93.7, ...
Connecting to api.bitbucket.org (api.bitbucket.org)|18.205.93.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 89 [application/json]
Saving to: 'tmp/9391455786971071082/version'
tmp/9391455786971071082/version 100%[=================================================================================================>] 89 --.-KB/s in 0s
2021-10-08 14:50:24 (13.7 MB/s) - 'tmp/9391455786971071082/version' saved [89/89]
--2021-10-08 14:50:24-- https://bitbucket.org/genomicepidemiology/resfinder_db/get/master.tar.gz
Resolving bitbucket.org (bitbucket.org)... 104.192.141.1, 2406:da00:ff00::22c3:9b0a, 2406:da00:ff00::34cc:ea4a, ...
Connecting to bitbucket.org (bitbucket.org)|104.192.141.1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 457328 (447K) [application/x-tar-gz]
Saving to: 'tmp/9391455786971071082/master.tar.gz'
tmp/9391455786971071082/master.tar.gz 100%[=================================================================================================>] 446.61K --.-KB/s in 0.07s
2021-10-08 14:50:25 (5.88 MB/s) - 'tmp/9391455786971071082/master.tar.gz' saved [457328/457328]
tar: .fsa: not found in archive
createdb tmp/9391455786971071082/.fsa db/rf --compressed 0 -v 3
Input tmp/9391455786971071082/*.fsa does not exist
Error: createdb died
Context
Your Environment
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered: