So should I just download one file and work with it ?
• 0 views
•
link
Hello, I've downloaded some fastq files using fastq-dump --splt-files which results in 2 fastq files; the problem i have is that i don't know what's the meaning of each file and how i can analyse them with fastqc. can anyone help
FastQC only works on individual files and doesn't take into account paired end sequencing.
fastqc *fastq,gz
or
fastqc *fastq
Depending on the files you have, one of these should generate the standard quality control output for each of all the files you downloaded.
Log in to answer this question.