-
Notifications
You must be signed in to change notification settings - Fork 93
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
problems updating the database : HTTP Result: 501 #193
Comments
The problem is caused by an older version of the |
Were you able to solve this issue? I'm facing the same problem. |
If it requires |
Hi, I meet the same issue. It can be solved by creating a dedicated conda environment and installing an old version of perl (let's say, v.5.26) at first, and then abricate (v.1.0.1). |
I used the following code to solve the same issues: |
Thank you! I ran into this problem today and it was nice that it was already fixed. |
Return Code
HTTP Result: 501
whenabricate-get_db --db ncbi
even add--force
:1. abricate-get_db --db ncbi :
2. abricate-get_db --db card:
I think the bug appears in 89 lines of
abricate-get_db
:89 my $ec = mirror($url, $dest);
Perhaps the current website no longer supports LWP::Simple::mirror, but I have no idea how to solve it
The text was updated successfully, but these errors were encountered: