I have some rna-seq data and they all have this odd extra peak in GC content. Adapter trimming was carried out using Skewer to produce trimmed reads. The adapter contamination is now gone but the GC profile still looks strange. Is this something I need to be concerned about? Is there a way to pull out or examine the reads that constitute this extra peak? I also noticed that the kmer profile has changed after trimming especially in the 3' end.
If you expect this sample to contain two genomes (one example we had come across was of some Wolbachia that infects Drosophila, http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1449785/ ).
You could try to bin the reads (use the genome you are working with) with BBSplit. See what remains and then map those reads to see what is going on.
Not sure if this is a good thing but the peak to the right is unchanged post-trimming.
% of reads map? Any of the unmapped reads adapter pairs or primer pairs? If you look at only the reads that map and reads that map to non-repeat regions do you see the same issues? Any sign of bacterial contamination in the unmapped reads? What about over-represented kmers in the report: if found do they hit anything in a blast search? Also have a look at http://qcfail.com for other ideas.