Please somebody help me,
I have fastq.gz files of three different groups of experiment from NextSeq 550 through BD rhapsody WTA multiplex pipeline.
I tried to analyze those results on SevenBridges using BD WTA pipeline but only one of three groups was successful and other groups have failed.
I asked for support and was told that pair fastq files (R1 and R2) have different lines so I counted line using 'wc -l' function and divided by four.
The number of line was similar in successful group however the other failed group showed big differences.
Does anyone know what to do with fastq.gz files to run the analysis pipeline successfully?
1 answer
You have to be sure that each mate in forward file has a respective in the reverse file as well. In other words, the number of reads/lines should be the same in both forward and reverse files. Try using fastq-pair prior to run any analysis.
This will remove un-matched reads from your data. In simple words, such reads which do not have a mate in either forward or reverse file will be discarded.
Log in to answer this question.
You need match up paired-end reads from two FASTQ files.