Hi Ram,
Sorry for late reply.
Can you show me the commands which gave you 80% alignments using bowtie1?
I cannot find it anywhere. If you use reference_name.idx.fa to build your
bowtie indices, there is no reason that you will get more alignments using
bowtie alone. RSEM also use 'reference_name.idx.fa' to build bowtie
indices.
I have looked at the 100 unaligned reads you sent and found the reason why
both rsem-sam-validator and convert-sam-for-rsem failed. In your two mate
files, the two mates of a same read have different file names. Therefore,
there is no way for RSEM to tell the two mates are from a same read. To
avoid this, you can either change the names the same or change the last
underscore '_' to slash '/'.
Best,
Bo
> Hi Bo,
>
> So, here is the details:
>
> First when I ran rsem with the inbuilt bowtie aligner, it only used s very
> small fraction of reads. This was in the stdout file:
>
> # reads processed: 20739697
> # reads with at least one reported alignment: 4279601 (20.63%)
> # reads that failed to align: 16460095 (79.37%)
> # reads with alignments suppressed due to -m: 1 (0.00%)
> Reported 12607311 paired-end alignments to 1 output stream(s)
>
>
> [samopen] SAM%