I tried to install DESeq2, edgeR and others wilth Anaconda in ubuntu machine with the code:
conda install wget samtools r-essentials bioconductor-deseq2 bioconductor-edger
as suggested here. It gave the error
Error: Packages missing in current linux-64 channels:
- samtools
- r-essentials
- bioconductor-deseq2
- bioconductor-edger
Did you mean one of these?
apptools
You can search for this package on anaconda.org with
anaconda search -t conda bioconductor-edger
(and similarly for the other packages)
I used the version 4.4.0 of Anaconda and then downgraded to 4.0.0 to solve the issue as suggested somewhere else.
Also tried the command
conda install wget samtools r-essentials bioconductor-deseq2 bioconductor-edger --unknown
It didn't work. What is missing here?
Note: I don't have sudo privileges.
if you don't have sudo create an environment first