MULTIQC problem
1
0
Entering edit mode
11 months ago
Ahmed ▴ 10

I'm trying to install multiqc on my Ubuntu virtual machine but I get some errors

I do these steps

I activate my environment then I do this command

conda install -c bioconda multiqc 

Then I try to do multiqc by this command

multiqc + my fastq file 

I get error that multiqc command not found

So I tried to do this command

sudo apt install multiqc

But I get this error

E: Package 'multiqc' has no installation candidate

Any help?

MULTIQC • 1.2k views
ADD COMMENT
0
Entering edit mode

when launching multiqc are you in the environment where you installed it?

ADD REPLY
2
Entering edit mode
11 months ago
Phil Ewels ★ 1.4k

Please do not use -c bioconda.

First, configure your channels as in the Bioconda docs:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict

Then install with the simple conda command:

conda install multiqc

See the docs for more.

ADD COMMENT
1
Entering edit mode

its working now thanks for your support

ADD REPLY

Login before adding your answer.

Traffic: 3672 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6