Closed liuliuliu0304 closed 8 months ago
same to you
I got the same. If you look into the docker file it holds 'RUN download_bigslice_hmmdb https://s3.amazonaws.com/share.jgi-ga.org/satria/bigslice-models.2022-11-30.tar.gz'.
Try running the full command with the link included: $ download_bigslice_hmmdb https://s3.amazonaws.com/share.jgi-ga.org/satria/bigslice-models.2022-11-30.tar.gz
If that does not work, you can manually do what the 'download_bigslice_hmmdb' exec file is supposed to do. If you inspect the exec file, it gives info about what is supposed to happen and replicate it:
I got everything to work more easily using GitHub Codespaces by launching the virtual machine from the docker file.
I got the same. If you look into the docker file it holds 'RUN download_bigslice_hmmdb https://s3.amazonaws.com/share.jgi-ga.org/satria/bigslice-models.2022-11-30.tar.gz'.
Try running the full command with the link included: $ download_bigslice_hmmdb https://s3.amazonaws.com/share.jgi-ga.org/satria/bigslice-models.2022-11-30.tar.gz
If that does not work, you can manually do what the 'download_bigslice_hmmdb' exec file is supposed to do. If you inspect the exec file, it gives info about what is supposed to happen and replicate it:
- Download the necessary file manually using the link: https://s3.amazonaws.com/share.jgi-ga.org/satria/bigslice-models.2022-11-30.tar.gz
- Unzip it
- Rename the file to ‘models_folder’ OR place the unzipped folder into a new folder called 'models_folder'
- Delete zip file
- Continue with the quick start guide (you might stumble on new issues unrelated to this one)
I got everything to work more easily using GitHub Codespaces by launching the virtual machine from the docker file.
Thank you so much for helping me solve this problem .
should be fixed now with 2.0!
Hello,I got a problem when i was using comand ''download_bigslice_hmmdb''. It seems that there is an error ocurring in downloading:''main - ERROR - An error occurred while downloading bigslice_models.tar.gz: {e}''