This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Identify new transcripts using non-sorted bam file?

I would like to identify new transcripts with unsorted bam file. I know that cufflinks only works for sorted one. Which software should I use?

rna-seq assembly

Why cant you just sort the BAM? :) Matching reads without a sort is going to take MUCH longer than matching reads with a sort.

Any reason why you would not like to sort the file... just curious as sorting would be the first thing you would do with most downstream analyses tools

1 answer

Use samtools sort then samtools index to sort the bam file.

Log in to answer this question.