I am trying to use cutadapt to filter low quality read from the paired end fastq files (paired end human exome sequence) . But im getting error In read named 'Run0016Lane6Tile1...': length of quality sequence and length of read do not match (1!=95). How should i deal with this?
Have you tried to look at the read in question (hint: use $ grep -A 3 Run0016Lane6Tile1...)? Has the data been through some other scan/trim program already?
I did not do any quality trimming on these fastq files. When i tried to run bwa aln on these fastq files, it failed after 820 sequences have been processed.