Hi all
So, I recently got some RNA-seq raw reads, both paired end (2 x 150 bp) and single-end (1x75 bp) I want to map them using STAR aligner. My main questions are then, how would you deal with these? Can STAR take both paired-end and single-end .fq files simultaneosuly? Or mapping separetely and then merging the bam files is also possible?
Any ideas?
Thank you for your advice
Thank you all for your thoughts and useful comments!
You have not said if this is the same library sequenced two different ways. That will also have implications on how you do the data analysis.
Hi, thanks for your responses. This is indeed the same library sequenced two different ways. I'll check out BBmap suite, thanks
Thank you all for your responses.
Please allow to ask for a couple of clarifications: * I get STAR cannot deal with paired-end sequencing and single-end sequencing of different length at the same time. Do you know any aligner that can? * Do you know of any published paper that have done something similar to what you suggested?
Thank you very much
BBMap suite has a tool that allows
bbmap.sh
to be used for single and paired-end reads in the same alignment job.