Hi,
I am trying to create the environment for ngs_te_mapper2. I have attempted to use either mamba or conda with:
mamba create -n ngs_te_mapper2 --channel bioconda ngs_te_mapper2
or conda create -n ngs_te_mapper2 --channel bioconda ngs_te_mapper2
and I run into:
Encountered problems while solving:
- nothing provides perl-text-soundex needed by repeatmasker-4.0.7-pl5.22.0_1 #mamba or
UnsatisfiableError: #conda
I tried downloading perl-text-soundex from conda forge, but I still run into the previous errors. Any ideas? I am using a linux subsystem on a windows machine.
Hi,
I am trying to create the environment for ngs_te_mapper2. I have attempted to use either mamba or conda with:
mamba create -n ngs_te_mapper2 --channel bioconda ngs_te_mapper2
or conda create -n ngs_te_mapper2 --channel bioconda ngs_te_mapper2
and I run into:
Encountered problems while solving:
UnsatisfiableError: #conda
I tried downloading perl-text-soundex from conda forge, but I still run into the previous errors. Any ideas? I am using a linux subsystem on a windows machine.