Open B1991ing opened 7 months ago
Hi Bing,
Yeah I also suffered from unknown module not found error during init, the issue is in #59. Not really sure what is going on.
Andy
Yeah I also suffered from unknown module not found error during init, the issue is in #59. Not really sure what is going on.
Hi Andy,
I am trying to use mamba installation now.
mamba create -n binny_env To activate this environment, use
$ mamba activate binny_env
To deactivate an active environment, use
$ mamba deactivate
mamba activate binny_env mamba create --prefix binny bioconda::binny To activate this environment, use
$ mamba activate /work/home/songbing/binny
To deactivate an active environment, use
$ mamba deactivate
mamba deactivate
No error happened during installation.
Best,
Bing
Hi Bing,
I have tried using this method. I found that all packages used for binny to run are already here. So does it mean when running binny the envs are all covered?
Dear Oskar,
If I install according to the official tutorial, I will have another error as shown in the screenshot. Do you have any idea how to solve it?
official tutorial git clone https://github.com/a-h-b/binny.git cd binny ./binny -i config/config.init.yaml
Screenshot1
Screenshot2
Screenshot3
Screenshot4
Screenshot5
Best,
Bing