-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.sh error #8
Comments
Hello kazumaxneo, Thank you for your report. We will try to replicate the error and get back to you with the fix soon. |
Hello JotaKas Thank you very much. |
I am facing the same issue. Any solution will be appreciated. Thanks |
Same issue. Also, many installations above the last errors reported other issues, and the script followed further to other tools. I guess I will get errors downstream during the analyses. Unfortunately, Singularity is not an option for me. |
Hello everyone, Unfortunately, the automatic conda installation has shown inconsistencies we could not control. The installation works as intended in some cases, but it may skip some dependency that generates downstream errors in others. That was one of the reasons we implemented the singularity container solution. Alternatively, you can identify the errors from specific tools, load the relevant conda environment, and manually install the missing dependency. After running the install.sh, the user will have a conda environment for each integrated tool. If the user wants to customize the use of any tool or fix a dependency issue for a particular situation, it is possible to activate its environments independently. The environment for each tool is named as "toolname_env" and MuDoGeR attempts to configure the following: bbtools_env Therefore, for instance, for you to activate the BRAT environment, you can do the following: You should also have the
Once the relevant environment is activated, you should able to install the missing dependencies using conda install. For instance, from my experience, one problematic environment is the metawrap. To fix the metawrap env, you should activate the Finally, regarding the otupick_env initial issue, you should be able to do something similar. However, you should have a file containing the dependencies from the otupick_env after you have cloned the mudoger repository. The file should be located at
|
Hi,
I am looking for a tool to handle metagenome analysis including eukaryotic MAG.
I have run the install script in ubuntu18 os and at the end of the installation process, which takes about an hour, I get the following error.
==error message==
EnvironmentLocationNotFound: Not a conda environment:
/home/kazu/miniconda3/envs/mudoger_env/dependencies/conda/envs/otupick_env
cp: target '/home/kazu/miniconda3/envs/mudoger_env/dependencies/conda/envs/otupick_env/bin'
is not a directory
WARNING: The main script cannot be copied into conda environment. Exiting...
==END==
I have miniconda installed in user's home, also installed mamba.
Install script was runned from base enviroment.
Is there anything I can do to solve this error?
The text was updated successfully, but these errors were encountered: