-
Notifications
You must be signed in to change notification settings - Fork 56
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
getref error with resfinder db #225
Comments
I can't reproduce that. Could you please confirm if this throws an error?
In any case, I have attached the output files so you can run |
Thank you for quick reply. That did indeed work, no errors. |
Thank you for testing that command. Could you please try this?
Also, what OS are you using, and could you please let me know the output of running |
I ran your command also without errors. Output from WARNING: spades not found in path. Looked for spades.py External dependencies: External dependencies OK: True Python version: Python packages: Python packages OK: True Everything looks OK: True Operating system:
|
Thanks again. I guess for now you can use the attached files? In the meantime I will use the same OS as you to try to reproduce the bug. |
I’m closing this issue now as it’s old and doesn’t look like an Ariba problem. The error is emanating from the NSS (Network Security Services) package on CentOS. |
We are trying to run ARIBA with the resfinder database. However, when we tried to download the database, we got the following error:
The following command failed with exit code 128
git clone https://bitbucket.org/genomicepidemiology/resfinder_db.git /work/projects/nn9305k/ecoli/analysis/hkaspersen_map_pilot/ARIBA/resfinder_run/resfinderdb.tmp.download
The output was:
Initialized empty Git repository in /work/projects/nn9305k/ecoli/analysis/hkaspersen_map_pilot/ARIBA/resfinder_run/resfinderdb.tmp.download/.git/
git-remote-https: symbol lookup error: /usr/lib64/libnsssysinit.so: undefined symbol: PR_GetEnvSecure
FYI: I tried to clone the git repository separately, and it worked fine.
The text was updated successfully, but these errors were encountered: