Entering edit mode
12 weeks ago
1769mkc
★
1.3k
How to determine phix read from undermined fastq files ?
How to determine phix read from undermined fastq files ?
Align reads to the phiX genome provided by Illumina ( https://webdata.illumina.com/downloads/productfiles/igenomes/phix/PhiX_Illumina_RTA.tar.gz ) using any aligner or use bbduk.sh in filter mode to fish out reads for phiX.
$ bbduk.sh -Xmx10g in1=Undetermined_S0_L001_R1_001.fastq.gz in2=Undetermined_S0_L001_R2_001.fastq.gz ref=phiX.fa
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thank you for the quick response, Can i segregate the phix reads from the other reads that was not assigned to the actual samples which woold be having index ?
Do the following.
phiX reads will be interleaved and collected in the
phix_discard.fastq.gzfile. Reads you want will be in other two files. If you don't want to collect phiX reads then simply omitoutm=phix_discard.fastq.gzfrom command line.