This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Paired end alignment issue

Hi,

I have paired end data which im trying to align using tophat:

tophat -r 200 -p 4 -o /.../Tophat_output/ -G /pathtogtf /pathtobowtieindexfiles Sample10_untrim1.fastq Sample10_untrim2.fastq

Im getting only one bam alignment file. Im not sure if I should be getting 2 bam files.

paired end sequencing bowtie tophat alignment

1 answer

You should get the accepted bam file, and another one of unmapped sequences

But don't expect two bam accepted files, one for each of the paired sequences. You only get one

Does it matter if the unmapped sequences files are larger than the accepted hits.bam file?

Possibly. Look at the alignment_summary.txt file that should have been produced. That will tell you what happened during the alignments.

yes thank you that answered my question.

Log in to answer this question.