multiqc could not generate results
1
0
Entering edit mode
2.4 years ago
adR ▴ 120

Hello all, I was running MultiQC in my current directory where my bam/fastqc files are located to generate some general statistic but could not get any result(No analysis results found. Cleaning up..)

I install the software and run it as follow

pip install multiqc
multiqc .

I would be happy if I get some comments

multiQC • 4.2k views
ADD COMMENT
0
Entering edit mode

Can you verify that it installed correctly, and post the full stdout?

ADD REPLY
1
Entering edit mode
2.4 years ago
Phil Ewels ★ 1.4k

MultiQC will ignore BAM files and on the off chance that FastQC was a typo for FastQ then it will ignore FastQ files as well. See https://multiqc.info/docs/#introduction

If you did run in a directory with FastQC reports (zip files or the .txt outputs) then please use -v to give the verbose log output and post that here.

Thanks!

Phil

ADD COMMENT
0
Entering edit mode

Dear Phil, so sorry the mistake was with me. I gave the fastq file instead of fastqc. Now it works. Thanks a lot. However, just for my understanding does multiQC have some post-alignment functionality? Best, adR

ADD REPLY
0
Entering edit mode

Nope, it does not. From the docs:

MultiQC is a reporting tool that parses summary statistics from results and log files generated by other bioinformatics tools. MultiQC doesn't run other tools for you - it's designed to be placed at the end of analysis pipelines or to be run manually when you've finished running your tools.

ADD REPLY

Login before adding your answer.

Traffic: 1581 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