-
Notifications
You must be signed in to change notification settings - Fork 1
Suggestion for ./setup.sh if problems with mamba #3
Comments
Ok, you cannot install mamba in an conda env, ok. but it makes sense. I think it should be save to install only mamba in your base env. It also updates conda and some other packages. If realy something break there is a way in conda to go back to an erelier configuration. Anyway all the other conda envs stay the same. |
Hi, SilasK: Following Sofie8`s idea, i had installed the analyze without mamba installation because there seems to be conflict betwen conada base with mamba. conda env create -n analyze -f condaenv.yml However, when run the following comment line conda activate analyze then the terminal only shows: Any ideas for this? Meanwhile, i also check the snakefile in the download files and it seems to require input of genomes/annotations/KO.tsv and genomes/annotations/CAZy.tsv. But my current output seems not include those two files in the folder of genomes/annotations. Do i miss any steps to generate these two files? I am looking forward to your reply. Thanks in advance. |
In the envs of analyze, i run conda list. Following packages are shown: Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge So i am not sure what is missing. Or, what should i update? |
Hey @panrenzaishu The setup is quite basic, I don't export the path to the analyze.py but it should work if you run /path/to/atlas_analyze/analyze.py |
Thank you for your prompt reply. I try the following commend line: It works for some step but encounters the error in Nbconverter as shown below: The output file "Results" contains the KO.tsv and CAZy.tsv files. Thank you for your reply. |
Others also had the nbconverter. It is more likely that I integrate the atlas_analyze into atlas rather than solving this nbvonverter issue.
There should be a Code.ipynb with the same content .
Also have a look at the Jupiter and Rmarkdown of the Tutorial for suggestion how to analyst the results
|
When running ./setup.sh I got an error with mamba:
InstallError: Error: the following specs depend on 'conda' and can only be installed
into the root environment: mamba
Only when I run it in my directory miniconda3/bin;
conda install mamba -c conda-forge
It wants to update a lot of things:
I was not sure about it if it wouldn't interfere with other miniconda envs..
So I did:
conda env create -n analyze -f condaenv.yml
and this worked with only 2 warnings:
It can maybe help others having the same issue.
Sofie
The text was updated successfully, but these errors were encountered: