Entering edit mode
8.5 years ago
aj123
▴
120
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.
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.