-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cant download any of the faa/fna/ffn/gbk file from the genome page when --docker is used #15
Comments
Hello (Thomas, I guess?), Does the blast interface work in dockers ? Thanks for bringing this up. |
Hello Bastian !
I didn't notice any problem while using Blast with the docker container.
If anything comes up i'll make sure to make a new post.
Thank you very much !
|
Hello, |
This should fix it. @tpillone could you take a look at the PR ? If it's alright, I'll create a conda package tonight. |
It looks good! |
Seems like the part that binds the results and assets folders together does not happen.
bind_path_results+=("${dir}/zdb/results/blast_DB/${run_name}":"${zdb_folder}/assets/blast_DB/${run_name}")
Also, the path for the gbk file download should be RunName/gbk/filtered instead of just RunName/gbk
The text was updated successfully, but these errors were encountered: