使用以下命令安装,一直不成功
conda install multiqc -c bioconda
于是,创建新环境。
conda create --name python27 python=2.7 -y
conda activate python27
conda install -c bioconda multiqc
使用
conda activate python27
multiqc *fastqc.zip
使用以下命令安装,一直不成功
conda install multiqc -c bioconda
于是,创建新环境。
conda create --name python27 python=2.7 -y
conda activate python27
conda install -c bioconda multiqc
使用
conda activate python27
multiqc *fastqc.zip
本文标题:Multiqc安装和使用
本文链接:https://www.haomeiwen.com/subject/vprnictx.html
网友评论