Return Code HTTP Result: 501 when abricate-get_db --db ncbi even add --force:
1. abricate-get_db --db ncbi :
HTTP Result: 501
Destination: amr_cds.ffn
Filesize: bytes
Downloading: https://ftp.ncbi.nlm.nih.gov/pathogen/Antimicrobial_resistance/AMRFinderPlus/database/latest/ReferenceGeneCatalog.txt
HTTP Result: 500
Destination: amr_cds.tsv
Filesize: bytes
ERROR: Can't read TSV file: amr_cds.tsv
2. abricate-get_db --db card:
Downloading: https://card.mcmaster.ca/latest/data
HTTP Result: 501
Destination: card.tar.bz2
Filesize: bytes
tar: card.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
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
Return Code
HTTP Result: 501whenabricate-get_db --db ncbieven 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