Entering edit mode
18 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?
when launching multiqc are you in the environment where you installed it?