Hello, I installed MultiQC running with python2.7 env, it not generating output ? Suggestions!
multiqc --file-list /home/doc/fastqgz/file_list.txt -o /home/doc/fastqgz/
[INFO ] multiqc : This is MultiQC v1.8
[INFO ] multiqc : Template : default
[WARNING] multiqc : You are running MultiQC with Python 2.7.17
[WARNING] multiqc : Please upgrade! MultiQC will soon drop support for Python < 3.6
[INFO ] multiqc : Searching : /home/doc/fastqgz/10_S9_R1_001.fastq.gz
[INFO ] multiqc : Searching : /home/doc/fastqgz/11_S13_R1_001.fastq.gz
[INFO ] multiqc : Searching : /home/doc/fastqgz/12_S17_R1_001.fastq.gz
[INFO ] multiqc : Searching : /home/doc/fastqgz/13_S21_R1_001.fastq.gz
[WARNING] multiqc : No analysis results found. Cleaning up..
[INFO ] multiqc : MultiQC complete
Maybe there are no analysis results, because...read the warning:
You seem to search fastq files for analysis results, this makes no sense. Which results are you even looking for?
fastqc
?I'm looking for fastqc analysis.
yes, but according to output you are not.
I give a list of fastq.gz files to scan them, provided output directory, what wrong with this Really , I didn't understand. Please elaborate.