Issues analysing splitted fastq files with fastqc
1
0
Entering edit mode
3.7 years ago

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 • 565 views
ADD COMMENT
0
Entering edit mode
3.7 years ago

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.

ADD COMMENT
0
Entering edit mode

So should I just download one file and work with it ?

ADD REPLY
0
Entering edit mode

You need to QC paired-end data files independently. So there will be two QC files to look through once you do what @benformatics said above.

ADD REPLY

Login before adding your answer.

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