This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Getting just fastqc.zip file?

I am new user in RNA-seq data, I am trying to do fastqc analysis with Linux, but when I run fastqc command on my data it gives me only fastqc.zip file and not .html file or anything else to see plots.

fastqc -t 8 -o Raw-data/RNA-seq/qc/ Documents/S22_L001_R1_001.fastq
rna-seq fastqc

Please, insert your command line to your post, to find out what's going on

I want to perform fastQC on my data.Do you use fastQC software for doing it?

Yes, You can either use it on command line or use the graphical user interface.

use unzip tool to unzip the zip file.

1 answer

Unzip the zip file, you will have html file called fastqc_report.html inside.

Log in to answer this question.