You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a conda install and then downloading the databases, the command superfocus_downloadDB -a diamond -i clusters/ fails because the output directory (Error: Error opening file in my case $HOME/anaconda3/envs/superfocus/lib/python3.8/site-packages/superfocus_app/db/static/diamond/`) does not exist.
I think superfocus_downloadDB should just make the output directories for the aligner before the call to make the databases.
The text was updated successfully, but these errors were encountered:
After a conda install and then downloading the databases, the command
superfocus_downloadDB -a diamond -i clusters/
fails because the output directory (Error: Error opening file in my case
$HOME/anaconda3/envs/superfocus/lib/python3.8/site-packages/superfocus_app/db/static/diamond/`) does not exist.I think
superfocus_downloadDB
should just make the output directories for the aligner before the call to make the databases.The text was updated successfully, but these errors were encountered: