pirovc / metameta

Other
23 stars 10 forks source link

Can't download the pre-config database #20

Closed GuoHao150 closed 4 years ago

GuoHao150 commented 4 years ago

I try to reproduce the result of sample data after installed the metameta with the command you provided and there are some error when the programme download the pre-config database

RuleException:
CalledProcessError in line 15 of /anaconda3/envs/metameta/opt/metameta/scripts/preconfigdb.sm:
Command '  curl -L -o /some_tests/metameta/databasearchaea_bacteria_201503/kaiju.tar.gz https://zenodo.org/record/819425/files/kaiju_bac_arc_v1.tar.gz > /some_tests/metameta/databasearchaea_bacteria_201503/log/kaiju_db_archaea_bacteria_201503_download.log 2>&1 ' returned non-zero exit status 18.
  File "/anaconda3/envs/metameta/opt/metameta/scripts/preconfigdb.sm", line 15, in __rule_preconfigdb_download
  File "/anaconda3/envs/metameta/lib/python3.6/concurrent/futures/thread.py", line 56, in run
Exiting because a job execution failed. Look above for error message

So I tried to download the database with the command wget -c https://zenodo.org/record/819425/files/kaiju_bac_arc_v1.tar.gz but it return this Unable to establish SSL connection. so does the clark_bac_arc_v1.tar.gz...

Is there any alternative way to download the pre-config database

Thanks

pirovc commented 4 years ago

Looks like zenodo is unavailable for the time being. Please try again later once they are back up.

image

GuoHao150 commented 4 years ago

I'll try to run the programme later. Thanks for your help