HIT-ImmunologyLab / DBSCAN-SWA

29 stars 13 forks source link

Unable to download database #5

Open wfgui opened 2 years ago

wfgui commented 2 years ago

I have some problems with DBSCAN-SWA, it looks like the database can't be downloaded anymore. my command:

python bin/dbscan-swa.py --input test/NC_007054.fasta --output myTest --prefix NC_007054

ERROR :

Warning:The parameter add_annotation default:PGPD,If you want to run fast, please set add_annotation to none
You are running DBSCAN-SWA first time, the database will be downloaded in /aimigene/huangjiandong/Software/DBSCAN-SWA/db
--2021-09-14 10:17:20--  http://www.microbiome-bigdata.com/static/download/DBSCAN-SWA/db.tar.gz
Resolving www.microbiome-bigdata.com (www.microbiome-bigdata.com)... 113.6.251.9
Connecting to www.microbiome-bigdata.com (www.microbiome-bigdata.com)|113.6.251.9|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-09-14 10:17:20 ERROR 404: Not Found.
gancao commented 2 years ago

I am sorry for this error. The correct database url is http://www.microbiome-bigdata.com/PHISDetector/static/download/DBSCAN-SWA/db.tar.gz, You can modify the python script because of our failure of uploading the latest script

antixz1 commented 2 years ago

This still isn't fixed . I'm having the same issue.

gancao commented 2 years ago

The url is http://www.microbiome-bigdata.com/PHISDetector/static/download/DBSCAN-SWA/db.tar.gz on PHISDetector (http://www.microbiome-bigdata.com/PHISDetector/index/download)

gancao commented 2 years ago

Please use dbscan-swa.py on https://github.com/gancao/DBSCAN-SWA-1/tree/patch-2