Hi
I am using STAR to alingn my paired-end reads and use the resulting sam files as input to RSEM.
However, I find the sam files generated by STAR to be incompatible with RSEM.
Based on the RSEM group discussions, I ran my STAR with the following options:
This becasue RSEM requires input that has been mapped to the transcriptome instead of the geneome.
However, I still cannot get RSEM to accept these files as the input. It says:
I checked my sam files using the RSEM-validator, and its output says that the sam files are verified.
Can someone kindly suggest a solution.
Thanks.
Best
M
I am using STAR to alingn my paired-end reads and use the resulting sam files as input to RSEM.
However, I find the sam files generated by STAR to be incompatible with RSEM.
Based on the RSEM group discussions, I ran my STAR with the following options:
Code:
--alignIntronMax 1 --alignIntronMin 2 --scoreDelOpen -10000 --scoreInsOpen -10000 --alignEndsType EndToEnd
However, I still cannot get RSEM to accept these files as the input. It says:
Code:
.sam -t 3 -tag XM [samopen] SAM header is present: 13 sequences. Number of transcripts does not match! Please check if the reads are aligned to a transcript set (instead of a genome)!
Can someone kindly suggest a solution.
Thanks.
Best
M
Comment